diff options
| author | Bert Belder <bertbelder@gmail.com> | 2018-11-15 20:07:40 -0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-11-16 12:07:40 +0800 |
| commit | 48bf4062e4359674e1a417100eb76a6347e77fc1 (patch) | |
| tree | e52f2c6c63a2afcdf2d5efc059e43c7f55f2c653 /BUILD.gn | |
| parent | 9b702da9e53b6efbc7a333380bcfb3d57733730e (diff) | |
First pass at running subprocesses (#1156)
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -91,13 +91,13 @@ ts_sources = [ "js/errors.ts", "js/fetch.ts", "js/file.ts", - "js/headers.ts", "js/file_info.ts", "js/files.ts", "js/flatbuffers.ts", "js/form_data.ts", "js/global_eval.ts", "js/globals.ts", + "js/headers.ts", "js/io.ts", "js/libdeno.ts", "js/main.ts", @@ -109,14 +109,15 @@ ts_sources = [ "js/os.ts", "js/platform.ts", "js/plugins.d.ts", + "js/process.ts", "js/promise_util.ts", "js/read_dir.ts", "js/read_file.ts", "js/read_link.ts", "js/remove.ts", "js/rename.ts", - "js/resources.ts", "js/repl.ts", + "js/resources.ts", "js/stat.ts", "js/symlink.ts", "js/text_encoding.ts", |
