From e226a67948eff77d07ea9383d010a3ad98df2eb2 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 8 Sep 2018 16:38:39 -0400 Subject: [PATCH] Add missing ts files to BUILD.gn --- BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index d099f7a9..511e6ec1 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -190,6 +190,8 @@ run_node("gen_declarations") { "js/compiler.ts", "js/console.ts", "js/deno.ts", + "js/errors.ts", + "js/fbs_util.ts", "js/fetch.ts", "js/global-eval.ts", "js/globals.ts", @@ -224,6 +226,8 @@ run_node("bundle") { "js/assets.ts", "js/compiler.ts", "js/console.ts", + "js/errors.ts", + "js/fbs_util.ts", "js/fetch.ts", "js/fetch_types.d.ts", "js/globals.ts", -- GitLab