mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
feat: add new esnext types (#11627)
This commit is contained in:
parent
453dfaa960
commit
465cf9a6fe
6 changed files with 46 additions and 1 deletions
|
@ -130,7 +130,9 @@ fn create_compiler_snapshot(
|
|||
"es2021.string",
|
||||
"es2021.weakref",
|
||||
"esnext",
|
||||
"esnext.error",
|
||||
"esnext.intl",
|
||||
"esnext.object",
|
||||
"esnext.promise",
|
||||
"esnext.string",
|
||||
"esnext.weakref",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue