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:
parent
946acbc559
commit
3b4dfd8bb5
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue