-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(sharing-editor): migrate from runtypes to superstruct (#1255)
* refactor(sharing-editor): migrate from runtypes to superstruct for type checking - Replace runtypes Record, String, Array with superstruct object and array - Update type definitions to use s.Infer instead of Static - Replace .check() with s.assert() for runtime validation Co-Authored-By: t.yic.yt@gmail.com <t.yic.yt@gmail.com> * chore(sharing-editor): remove runtypes dependency Co-Authored-By: t.yic.yt@gmail.com <t.yic.yt@gmail.com> * chore: update yarn.lock after removing runtypes Co-Authored-By: t.yic.yt@gmail.com <t.yic.yt@gmail.com> * chore(sharing-editor): add superstruct dependency Co-Authored-By: t.yic.yt@gmail.com <t.yic.yt@gmail.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: t.yic.yt@gmail.com <t.yic.yt@gmail.com>
- Loading branch information
1 parent
c5cd44d
commit 4c908b9
Showing
3 changed files
with
23 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters