Skip to content

Commit

Permalink
Remove unused asset.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk authored and ry committed Oct 30, 2018
1 parent 946acbc commit 3b4dfd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
};

0 comments on commit 3b4dfd8

Please sign in to comment.