diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-03-25 22:09:03 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 22:09:03 +1100 |
commit | 881e1e8164f1661158bac24f7ec03b969a0a8a02 (patch) | |
tree | b732db69978e91d2b9130f9970f179ec5bea1520 /cli/tsc/00_typescript.js | |
parent | 5ebb4017030c065c31d52be50dc7fa7a4c128d64 (diff) |
fix(cli): re-add dom.asynciterable lib (#9888)
Fixes: #9881
Diffstat (limited to 'cli/tsc/00_typescript.js')
-rw-r--r-- | cli/tsc/00_typescript.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tsc/00_typescript.js b/cli/tsc/00_typescript.js index e95b4fd6d..111c499ab 100644 --- a/cli/tsc/00_typescript.js +++ b/cli/tsc/00_typescript.js @@ -36112,6 +36112,7 @@ var ts; ["es2020", "lib.es2020.d.ts"], ["esnext", "lib.esnext.d.ts"], // Host only + ["dom.asynciterable", "lib.dom.asynciterable.d.ts"], ["dom", "lib.dom.d.ts"], ["dom.iterable", "lib.dom.iterable.d.ts"], ["webworker", "lib.webworker.d.ts"], |