diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-08-10 18:33:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 10:33:08 +0200 |
commit | 465cf9a6fe2d77f4c3cdaeb8eea60bd2b8697608 (patch) | |
tree | c3ea98533e1ecdf47f5ca9ff8afa0374d41b278b /cli/build.rs | |
parent | 453dfaa960245df2f8c1b8f505984b1cae45db67 (diff) |
feat: add new esnext types (#11627)
Diffstat (limited to 'cli/build.rs')
-rw-r--r-- | cli/build.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/build.rs b/cli/build.rs index d7bed218c..3bc39c8f4 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -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", |