-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework to use dynamic import for zod library (#38)
* Rework to use dynamic import for zod library * Set build target to es2022 * Move z declaration in eval expression * Add picker * Clean imports * Add version to search params * Rework versions fetch * Add types version select and auto set default * Rework tag lookup * Replace eval with 'new Function(...)' * Remove unnecessary type exports * Remove match-sorter npm package (not in use) * Remove zod and zor-error npm packages (not in use) * Rework zod.ts to avoid class usage * Fix typos * Add types declaration update on version change * Remove support for zod versions 1.x * Refactor monaco types declaration set function * Refactor block scope monaco instance * Refactor zod.ts block scope variables * Fix update version logic * Change promise monaco init * Refactor useEffect --------- Co-authored-by: Marco Ilari <[email protected]>
- Loading branch information
1 parent
5ae22c6
commit 3a13dd6
Showing
8 changed files
with
268 additions
and
154 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.