summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-01-31 08:36:48 +0100
committerMichaël Zasso <targos@protonmail.com>2019-02-08 15:34:10 +0100
commit582c12260ed99ebe7710894c2dab29435b1bebdc (patch)
treef5168c77fd86c471951f9a68ac9cb0cfb8812003 /node.gyp
parent39171d755d3e81f03ac0fd716cd80c2e20882fb6 (diff)
downloadandroid-node-v8-582c12260ed99ebe7710894c2dab29435b1bebdc.tar.gz
android-node-v8-582c12260ed99ebe7710894c2dab29435b1bebdc.tar.bz2
android-node-v8-582c12260ed99ebe7710894c2dab29435b1bebdc.zip
deps: update acorn to 6.0.7
acorn and acorn-walk are now published as two different packages. Put them both in subdirectories of `deps/acorn`. Adapt the REPL's recoverable error detection to use the new API for extending acorn parsers. PR-URL: https://github.com/nodejs/node/pull/25844 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node.gyp b/node.gyp
index 3624a65eae..4b3318e8af 100644
--- a/node.gyp
+++ b/node.gyp
@@ -219,8 +219,8 @@
'deps/node-inspect/lib/_inspect.js',
'deps/node-inspect/lib/internal/inspect_client.js',
'deps/node-inspect/lib/internal/inspect_repl.js',
- 'deps/acorn/dist/acorn.js',
- 'deps/acorn/dist/walk.js',
+ 'deps/acorn/acorn/dist/acorn.js',
+ 'deps/acorn/acorn-walk/dist/walk.js',
],
'conditions': [
[ 'node_shared=="true"', {