summaryrefslogtreecommitdiff
path: root/cli/tsc/00_typescript.js
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-08-10 18:33:08 +1000
committerGitHub <noreply@github.com>2021-08-10 10:33:08 +0200
commit465cf9a6fe2d77f4c3cdaeb8eea60bd2b8697608 (patch)
treec3ea98533e1ecdf47f5ca9ff8afa0374d41b278b /cli/tsc/00_typescript.js
parent453dfaa960245df2f8c1b8f505984b1cae45db67 (diff)
feat: add new esnext types (#11627)
Diffstat (limited to 'cli/tsc/00_typescript.js')
-rw-r--r--cli/tsc/00_typescript.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tsc/00_typescript.js b/cli/tsc/00_typescript.js
index 5b8d64c5f..b1d91d541 100644
--- a/cli/tsc/00_typescript.js
+++ b/cli/tsc/00_typescript.js
@@ -37080,6 +37080,8 @@ var ts;
["es2021.promise", "lib.es2021.promise.d.ts"],
["es2021.string", "lib.es2021.string.d.ts"],
["es2021.weakref", "lib.es2021.weakref.d.ts"],
+ ["esnext.object", "lib.esnext.object.d.ts"],
+ ["esnext.error", "lib.esnext.error.d.ts"],
["esnext.array", "lib.esnext.array.d.ts"],
["esnext.symbol", "lib.es2019.symbol.d.ts"],
["esnext.asynciterable", "lib.es2018.asynciterable.d.ts"],