summaryrefslogtreecommitdiff
path: root/cli/build.rs
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2022-06-01 10:19:18 +1000
committerGitHub <noreply@github.com>2022-06-01 10:19:18 +1000
commit7eee521199e9735ab7c347d99e9d90ba3046be1a (patch)
tree2528f05c15f6e689c1cb409a6bbe554b2507fc40 /cli/build.rs
parentc41544ac7b502fbdb6c1ee96a604490b72eb7770 (diff)
feat: update to TypeScript 4.7 (#14242)
Diffstat (limited to 'cli/build.rs')
-rw-r--r--cli/build.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/build.rs b/cli/build.rs
index e7a2da236..1a4eaa425 100644
--- a/cli/build.rs
+++ b/cli/build.rs
@@ -141,7 +141,9 @@ fn create_compiler_snapshot(
"es2019.symbol",
"es2020.bigint",
"es2020",
+ "es2020.date",
"es2020.intl",
+ "es2020.number",
"es2020.promise",
"es2020.sharedmemory",
"es2020.string",
@@ -154,6 +156,7 @@ fn create_compiler_snapshot(
"es2022",
"es2022.array",
"es2022.error",
+ "es2022.intl",
"es2022.object",
"es2022.string",
"esnext",