From e7cab715749e4c5000c24ffeade1ef915d15a68d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 22 Aug 2018 17:17:26 -0400 Subject: runtime.ts refactor into compiler.ts (#564) Adds compiler_test.ts --- js/assets.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/assets.ts') diff --git a/js/assets.ts b/js/assets.ts index 425ef3fc2..3b5691bc7 100644 --- a/js/assets.ts +++ b/js/assets.ts @@ -7,6 +7,7 @@ // tslint:disable:max-line-length // Generated definitions +import compilerDts from "gen/js/compiler.d.ts!string"; import consoleDts from "gen/js/console.d.ts!string"; import denoDts from "gen/js/deno.d.ts!string"; import globalsDts from "gen/js/globals.d.ts!string"; @@ -55,6 +56,7 @@ import fetchTypesDts from "/js/fetch_types.d.ts!string"; // prettier-ignore export const assetSourceCode: { [key: string]: string } = { // Generated definitions + "compiler.d.ts": compilerDts, "console.d.ts": consoleDts, "deno.d.ts": denoDts, "globals.d.ts": globalsDts, -- cgit v1.2.3