mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
parent
d7ccb71520
commit
97dc2918fd
2 changed files with 6 additions and 0 deletions
|
@ -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",
|
||||
|
|
1
cli/tsc/00_typescript.js
vendored
1
cli/tsc/00_typescript.js
vendored
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue