summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2017-09-23 00:10:47 -0700
committerTimothy Gu <timothygu99@gmail.com>2017-11-16 15:42:46 -0800
commiteeab7bc0688256247c47099a90c67741e6637e42 (patch)
treeea2e94851b343855a68f362b57155b44f4fe510b /node.gyp
parentab64b6d7992efb9c558719b6e7e63f280d73048b (diff)
downloadandroid-node-v8-eeab7bc0688256247c47099a90c67741e6637e42.tar.gz
android-node-v8-eeab7bc0688256247c47099a90c67741e6637e42.tar.bz2
android-node-v8-eeab7bc0688256247c47099a90c67741e6637e42.zip
repl: support top-level await
Much of the AST visitor code was ported from Chrome DevTools code written by Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>. PR-URL: https://github.com/nodejs/node/pull/15566 Fixes: https://github.com/nodejs/node/issues/13209 Refs: https://chromium.googlesource.com/chromium/src/+/e8111c396fef38da6654093433b4be93bed01dce Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 3fe0423d5e..1ced3ff5a5 100644
--- a/node.gyp
+++ b/node.gyp
@@ -118,6 +118,7 @@
'lib/internal/process/write-coverage.js',
'lib/internal/readline.js',
'lib/internal/repl.js',
+ 'lib/internal/repl/await.js',
'lib/internal/socket_list.js',
'lib/internal/test/unicode.js',
'lib/internal/tls.js',