diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-05-28 09:33:11 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 09:33:11 +1000 |
commit | 59237d195f6afa0d8927128751ba5ff4562d7cce (patch) | |
tree | 0aa28aff006eea751752e6160093f7631e99ad49 /cli/build.rs | |
parent | 56f6e57438c23f75e23e28f45ad0f76b94379d59 (diff) |
feat(cli): upgrade to TypeScript 4.3 (#9960)
Diffstat (limited to 'cli/build.rs')
-rw-r--r-- | cli/build.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/build.rs b/cli/build.rs index ab2a7d0f7..410201410 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -131,6 +131,10 @@ fn create_compiler_snapshot( "es2020.sharedmemory", "es2020.string", "es2020.symbol.wellknown", + "es2021", + "es2021.promise", + "es2021.string", + "es2021.weakref", "esnext", "esnext.intl", "esnext.promise", |