summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorDave Eddy <dave@daveeddy.com>2015-08-17 17:33:13 -0400
committerRod Vagg <rod@vagg.org>2015-10-03 21:58:38 +1000
commit2e6ece44e176f70a9c5c03879f4c98b912c7afbd (patch)
treeebfbbcef3ef560a6fe2f4a8e3566e4bc3d665a09 /node.gyp
parent5bbc6df7ded6187de7e13dc10ebf89d59886165c (diff)
downloadandroid-node-v8-2e6ece44e176f70a9c5c03879f4c98b912c7afbd.tar.gz
android-node-v8-2e6ece44e176f70a9c5c03879f4c98b912c7afbd.tar.bz2
android-node-v8-2e6ece44e176f70a9c5c03879f4c98b912c7afbd.zip
node: add -c|--check CLI arg to syntax check script
PR-URL: https://github.com/nodejs/node/pull/2411 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Evan Lucas <evanlucas@me.com>
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 22079785d9..9575f4cbcd 100644
--- a/node.gyp
+++ b/node.gyp
@@ -70,6 +70,7 @@
'lib/zlib.js',
'lib/internal/child_process.js',
'lib/internal/freelist.js',
+ 'lib/internal/module.js',
'lib/internal/socket_list.js',
'lib/internal/repl.js',
'lib/internal/util.js',