diff options
author | Andy Hayden <andyhayden1@gmail.com> | 2018-11-05 09:55:59 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-11-05 09:55:59 -0800 |
commit | 27ecfc1617c79d23255e025fcbd0257b3523906a (patch) | |
tree | e6b68b4a291372e0a479d7dff156d546ff965d30 /BUILD.gn | |
parent | 5e48a681c4d6d6cb3debb4024b5108780dbbad90 (diff) |
Add repl (#998)
- Running repl from js side.
- Add tests for repl behavior.
- Handle ctrl-C and ctrl-D.
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,7 @@ main_extern = [ "$rust_build:rand", "$rust_build:remove_dir_all", "$rust_build:ring", + "$rust_build:rustyline", "$rust_build:tempfile", "$rust_build:tokio", "$rust_build:tokio_executor", @@ -114,6 +115,7 @@ ts_sources = [ "js/remove.ts", "js/rename.ts", "js/resources.ts", + "js/repl.ts", "js/stat.ts", "js/symlink.ts", "js/text_encoding.ts", |