1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00

fix(cli): re-add dom.asynciterable lib (#9888)

Fixes: #9881
This commit is contained in:
Kitson Kelly 2021-03-25 22:09:03 +11:00
parent d7ccb71520
commit 97dc2918fd
No known key found for this signature in database
GPG key ID: 2D87CFF11B51960A
2 changed files with 6 additions and 0 deletions

View file

@ -3254,6 +3254,11 @@ console.log("finish");
output: "runtime_decorators.ts.out",
});
itest!(lib_dom_asynciterable {
args: "run --quiet --unstable --reload lib_dom_asynciterable.ts",
output: "lib_dom_asynciterable.ts.out",
});
itest!(lib_ref {
args: "run --quiet --unstable --reload lib_ref.ts",
output: "lib_ref.ts.out",

View file

@ -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"],