diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2018-10-12 08:23:13 +1100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-11 20:29:43 -0400 |
| commit | ec402c6932128d215f78c77661d84472a89b72b1 (patch) | |
| tree | 899cfd7895c900300ad6c9199f277377c5d093fb /js/assets.ts | |
| parent | fda7aaa10e173bfa8ef864a74a274af69fc01cca (diff) | |
Replace globals.d.ts with lib.deno_runtime.d.ts
Diffstat (limited to 'js/assets.ts')
| -rw-r--r-- | js/assets.ts | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/js/assets.ts b/js/assets.ts index c860555c4..481c48239 100644 --- a/js/assets.ts +++ b/js/assets.ts @@ -7,7 +7,7 @@ // tslint:disable:max-line-length // Generated default library -import globalsDts from "gen/types/globals.d.ts!string"; +import libDts from "gen/lib/lib.deno_runtime.d.ts!string"; // Static libraries import libEs2015Dts from "/third_party/node_modules/typescript/lib/lib.es2015.d.ts!string"; @@ -40,7 +40,6 @@ import libEsnextIntlDts from "/third_party/node_modules/typescript/lib/lib.esnex import libEsnextSymbolDts from "/third_party/node_modules/typescript/lib/lib.esnext.symbol.d.ts!string"; // Static definitions -import flatbuffersDts from "/third_party/node_modules/@types/flatbuffers/index.d.ts!string"; import textEncodingDts from "/third_party/node_modules/@types/text-encoding/index.d.ts!string"; import typescriptDts from "/third_party/node_modules/typescript/lib/typescript.d.ts!string"; // tslint:enable:max-line-length @@ -48,7 +47,7 @@ import typescriptDts from "/third_party/node_modules/typescript/lib/typescript.d // @internal export const assetSourceCode: { [key: string]: string } = { // Generated library - "globals.d.ts": globalsDts, + "lib.deno_runtime.d.ts": libDts, // Static libraries "lib.es2015.collection.d.ts": libEs2015CollectionDts, @@ -81,7 +80,6 @@ export const assetSourceCode: { [key: string]: string } = { "lib.esnext.symbol.d.ts": libEsnextSymbolDts, // Static definitions - "flatbuffers.d.ts": flatbuffersDts, "text-encoding.d.ts": textEncodingDts, "typescript.d.ts": typescriptDts }; |
