-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade Deno to 2023.03.22 (#130)
Relevant changes: - feat(core): deno_core::extension! macro to simplify extension registration - feat(ext/url): URLSearchParams.size - feat(serde_v8): support BigInt serialization - fix(runtime): Extract error code for all OS error variants - perf(core) Reduce copying and cloning in extension initialization - perf(core) Reduce script name and script code copies - perf(core): preserve ops between snapshots - perf(core): use static specifier in ExtensionFileSource - perf: disable WAL for transpiled source cache - perf: disable runtime snapshot compression Full changelog: https://github.com/denoland/deno/blob/v1.32.0/Releases.md#1320--20230322 Signed-off-by: Miroslav Bajtoš <[email protected]>
- Loading branch information
Showing
6 changed files
with
92 additions
and
94 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
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