diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-09-09 18:54:42 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-10 00:14:28 -0400 |
| commit | 3afc0b84823581adfc1aa432ab8973afa74346bd (patch) | |
| tree | e459fd22a272bc3914ab0c5f13d67941ce22723e /BUILD.gn | |
| parent | e2a285b871132f65f429fdbb7d5628a104f68e9a (diff) | |
fbs_util.ts -> dispatch.ts
And send() -> sendSync()
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -190,8 +190,8 @@ run_node("gen_declarations") { "js/compiler.ts", "js/console.ts", "js/deno.ts", + "js/dispatch.ts", "js/errors.ts", - "js/fbs_util.ts", "js/fetch.ts", "js/global-eval.ts", "js/globals.ts", @@ -226,8 +226,8 @@ run_node("bundle") { "js/assets.ts", "js/compiler.ts", "js/console.ts", + "js/dispatch.ts", "js/errors.ts", - "js/fbs_util.ts", "js/fetch.ts", "js/fetch_types.d.ts", "js/globals.ts", |
