summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2018-10-29 10:58:07 +1100
committerRyan Dahl <ry@tinyclouds.org>2018-10-30 13:19:12 -0700
commit3b4dfd8bb59922f9f5e5d929aad3ffc1f459c5b9 (patch)
tree4084a9760c7e71597318eaa9c2ddf3e30c90dfff /js
parent946acbc559fab050d13b5f2f66088254ec96f83d (diff)
Remove unused asset.
Diffstat (limited to 'js')
-rw-r--r--js/assets.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/assets.ts b/js/assets.ts
index 481c48239..7d6e6329d 100644
--- a/js/assets.ts
+++ b/js/assets.ts
@@ -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 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
@@ -80,6 +79,5 @@ export const assetSourceCode: { [key: string]: string } = {
"lib.esnext.symbol.d.ts": libEsnextSymbolDts,
// Static definitions
- "text-encoding.d.ts": textEncodingDts,
"typescript.d.ts": typescriptDts
};