summaryrefslogtreecommitdiff
path: root/cli/tsc/00_typescript.js
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2022-04-29 13:47:58 +1000
committerGitHub <noreply@github.com>2022-04-29 13:47:58 +1000
commitef26a267aebd0f625962f019a7b0f45ae189acb9 (patch)
tree71df79c03dd498fe223595664737e5d3e686ebe8 /cli/tsc/00_typescript.js
parentde2004dec5607257765fe0a982d988e61bd0ddcd (diff)
fix(cli): add dom.extras lib (#14430)
Closes: #12558 Fixes: #14344
Diffstat (limited to 'cli/tsc/00_typescript.js')
-rw-r--r--cli/tsc/00_typescript.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tsc/00_typescript.js b/cli/tsc/00_typescript.js
index e239cb79e..360278539 100644
--- a/cli/tsc/00_typescript.js
+++ b/cli/tsc/00_typescript.js
@@ -38443,6 +38443,7 @@ var ts;
["dom", "lib.dom.d.ts"],
["dom.iterable", "lib.dom.iterable.d.ts"],
["dom.asynciterable", "lib.dom.asynciterable.d.ts"],
+ ["dom.extras", "lib.dom.extras.d.ts"],
["webworker", "lib.webworker.d.ts"],
["webworker.importscripts", "lib.webworker.importscripts.d.ts"],
["webworker.iterable", "lib.webworker.iterable.d.ts"],