summaryrefslogtreecommitdiff
path: root/js/assets.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2018-09-01 10:47:13 -0700
committerRyan Dahl <ry@tinyclouds.org>2018-09-01 15:06:03 -0400
commitb3dac82887508b6d5098b970da40a5ba9420f797 (patch)
treeec4d565d1372488aa5e6ee8b00505647461edbbf /js/assets.ts
parentf83aee02e66214853a008ebe4b5141405ac3a950 (diff)
Remove lib.globals.d.ts
Diffstat (limited to 'js/assets.ts')
-rw-r--r--js/assets.ts6
1 files changed, 2 insertions, 4 deletions
diff --git a/js/assets.ts b/js/assets.ts
index e5ec507f7..8ea8f9601 100644
--- a/js/assets.ts
+++ b/js/assets.ts
@@ -6,7 +6,7 @@
// There is a rollup plugin that will inline any module ending with `!string`
// tslint:disable:max-line-length
-// Generated definitions
+// Generated default library
import globalsDts from "gen/types/globals.d.ts!string";
// Static libraries
@@ -38,7 +38,6 @@ import libEsnextAsynciterablesDts from "/third_party/node_modules/typescript/lib
import libEsnextDts from "/third_party/node_modules/typescript/lib/lib.esnext.d.ts!string";
import libEsnextIntlDts from "/third_party/node_modules/typescript/lib/lib.esnext.intl.d.ts!string";
import libEsnextSymbolDts from "/third_party/node_modules/typescript/lib/lib.esnext.symbol.d.ts!string";
-import libGlobalsDts from "/js/lib.globals.d.ts!string";
// Static definitions
import fetchTypesDts from "/js/fetch_types.d.ts!string";
@@ -49,7 +48,7 @@ import typescriptDts from "/third_party/node_modules/typescript/lib/typescript.d
// prettier-ignore
export const assetSourceCode: { [key: string]: string } = {
- // Generated definitions
+ // Generated library
"globals.d.ts": globalsDts,
// Static libraries
@@ -81,7 +80,6 @@ export const assetSourceCode: { [key: string]: string } = {
"lib.esnext.asynciterable.d.ts": libEsnextAsynciterablesDts,
"lib.esnext.intl.d.ts": libEsnextIntlDts,
"lib.esnext.symbol.d.ts": libEsnextSymbolDts,
- "lib.globals.d.ts": libGlobalsDts,
// Static definitions
"fetch-types.d.ts": fetchTypesDts,