1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

Add missing ts files to BUILD.gn

This commit is contained in:
Ryan Dahl 2018-09-08 16:38:39 -04:00
parent ac0910e03c
commit e226a67948

View file

@ -190,6 +190,8 @@ run_node("gen_declarations") {
"js/compiler.ts", "js/compiler.ts",
"js/console.ts", "js/console.ts",
"js/deno.ts", "js/deno.ts",
"js/errors.ts",
"js/fbs_util.ts",
"js/fetch.ts", "js/fetch.ts",
"js/global-eval.ts", "js/global-eval.ts",
"js/globals.ts", "js/globals.ts",
@ -224,6 +226,8 @@ run_node("bundle") {
"js/assets.ts", "js/assets.ts",
"js/compiler.ts", "js/compiler.ts",
"js/console.ts", "js/console.ts",
"js/errors.ts",
"js/fbs_util.ts",
"js/fetch.ts", "js/fetch.ts",
"js/fetch_types.d.ts", "js/fetch_types.d.ts",
"js/globals.ts", "js/globals.ts",