1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

Remove unused asset.

This commit is contained in:
Kitson Kelly 2018-10-29 10:58:07 +11:00 committed by Ryan Dahl
parent 946acbc559
commit 3b4dfd8bb5

View file

@ -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"; import libEsnextSymbolDts from "/third_party/node_modules/typescript/lib/lib.esnext.symbol.d.ts!string";
// Static definitions // 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"; import typescriptDts from "/third_party/node_modules/typescript/lib/typescript.d.ts!string";
// tslint:enable:max-line-length // tslint:enable:max-line-length
@ -80,6 +79,5 @@ export const assetSourceCode: { [key: string]: string } = {
"lib.esnext.symbol.d.ts": libEsnextSymbolDts, "lib.esnext.symbol.d.ts": libEsnextSymbolDts,
// Static definitions // Static definitions
"text-encoding.d.ts": textEncodingDts,
"typescript.d.ts": typescriptDts "typescript.d.ts": typescriptDts
}; };