diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2018-09-16 16:46:12 +1000 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-16 09:10:36 -0700 |
| commit | 0ef28bec4dbc7c5a44b066ac98fac0771375750f (patch) | |
| tree | 0bdfd1b179b15ad9101ddfb40d402f5a2a61cf7b /js/assets.ts | |
| parent | 4b1eb855bf8fa33b802f5be67c93217eb582bc24 (diff) | |
Improve integration of dom_types
Diffstat (limited to 'js/assets.ts')
| -rw-r--r-- | js/assets.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/assets.ts b/js/assets.ts index 4949b38b1..c860555c4 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 domTypesDts from "/js/dom_types.d.ts!string"; import flatbuffersDts from "/third_party/node_modules/@types/flatbuffers/index.d.ts!string"; 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"; @@ -82,7 +81,6 @@ export const assetSourceCode: { [key: string]: string } = { "lib.esnext.symbol.d.ts": libEsnextSymbolDts, // Static definitions - "dom_types.d.ts": domTypesDts, "flatbuffers.d.ts": flatbuffersDts, "text-encoding.d.ts": textEncodingDts, "typescript.d.ts": typescriptDts |
