diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-15 20:57:36 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-20 16:53:39 -0400 |
| commit | 868e8d88662ad5691212afc733e83f5de1c0979d (patch) | |
| tree | b8edff8614255140f1b79f4f563457157a1271f7 /BUILD.gn | |
| parent | 7b0618c20b5348230304323efd75bc65361bbe1e (diff) | |
First pass at fetch()
With help from Thomas Ghysels <info@thomasg.be>
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -197,6 +197,8 @@ run_node("bundle") { sources = [ "js/assets.ts", "js/console.ts", + "js/fetch.ts", + "js/fetch_types.d.ts", "js/globals.ts", "js/lib.globals.d.ts", "js/main.ts", |
