mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
Rename lib.deno.d.ts to lib.globals.d.ts
This commit is contained in:
parent
b8e0ce4d16
commit
28078cf441
3 changed files with 3 additions and 3 deletions
2
BUILD.gn
2
BUILD.gn
|
@ -204,7 +204,7 @@ run_node("bundle") {
|
|||
"js/console.ts",
|
||||
"js/deno.d.ts",
|
||||
"js/globals.ts",
|
||||
"js/lib.deno.d.ts",
|
||||
"js/lib.globals.d.ts",
|
||||
"js/main.ts",
|
||||
"js/os.ts",
|
||||
"js/runtime.ts",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
// tslint:disable:max-line-length
|
||||
import denoDts from "/js/deno.d.ts!string";
|
||||
// import libDts from "/third_party/node_modules/typescript/lib/lib.d.ts!string";
|
||||
import libDenoDts from "/js/lib.deno.d.ts!string";
|
||||
import globalsDts from "/js/lib.globals.d.ts!string";
|
||||
// import libDomD qts from "/third_party/node_modules/typescript/lib/lib.dom.d.ts!string";
|
||||
// import libDomIterableDts from "/third_party/node_modules/typescript/lib/lib.dom.iterable.d.ts!string";
|
||||
import libEs2015Dts from "/third_party/node_modules/typescript/lib/lib.es2015.d.ts!string";
|
||||
|
@ -46,7 +46,7 @@ import typescriptDts from "/third_party/node_modules/typescript/lib/typescript.d
|
|||
export const assetSourceCode: { [key: string]: string } = {
|
||||
"deno.d.ts": denoDts,
|
||||
// "lib.d.ts": libDts,
|
||||
"lib.deno.d.ts": libDenoDts,
|
||||
"lib.globals.d.ts": globalsDts,
|
||||
// "lib.dom.d.ts": libDomDts,
|
||||
// "lib.dom.iterable.d.ts": libDomIterableDts,
|
||||
"lib.es2015.collection.d.ts": libEs2015CollectionDts,
|
||||
|
|
0
js/lib.deno.d.ts → js/lib.globals.d.ts
vendored
0
js/lib.deno.d.ts → js/lib.globals.d.ts
vendored
Loading…
Reference in a new issue