diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-09-09 20:25:43 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-10 00:14:28 -0400 |
| commit | 35bc9ddf636734a424b8f69ca7a49af071193002 (patch) | |
| tree | 2f5e0908859837110ee765968abf6317c200257e /BUILD.gn | |
| parent | c29392b25f6a7ade25a8205cabb9c3548e771ca2 (diff) | |
Implement deno.readFile()
As an example of how to implement ops that have both sync and async
versions.
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -196,6 +196,7 @@ run_node("gen_declarations") { "js/global-eval.ts", "js/globals.ts", "js/os.ts", + "js/read_file.ts", "js/text_encoding.ts", "js/timers.ts", "js/tsconfig.generated.json", @@ -234,6 +235,7 @@ run_node("bundle") { "js/main.ts", "js/os.ts", "js/plugins.d.ts", + "js/read_file.ts", "js/text_encoding.ts", "js/timers.ts", "js/types.ts", |
