diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-01-29 06:41:30 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 06:41:30 +1100 |
commit | 7bda0f567ec7e1a688b41b6026c6124656cd413a (patch) | |
tree | 481a497a09f5b7e035c05bb540ba245fe68afbfd /cli/tsc/00_typescript.js | |
parent | 5cf194380bcad0fd763fb0893ec49bfc91fda15d (diff) |
fix(cli): add lib dom.asynciterable (#9288)
Fixes #9218
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 ea89c6ac4..a82924388 100644 --- a/cli/tsc/00_typescript.js +++ b/cli/tsc/00_typescript.js @@ -35757,6 +35757,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"], |