diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-09-08 16:38:39 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-09 18:47:22 -0400 |
commit | e226a67948eff77d07ea9383d010a3ad98df2eb2 (patch) | |
tree | 06b7edc11ae38b21eacc6e301a5a94597cb95988 | |
parent | ac0910e03c9f9114c6d662f51c92123806a75fef (diff) |
Add missing ts files to BUILD.gn
-rw-r--r-- | BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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", |