summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorExE Boss <3889017+ExE-Boss@users.noreply.github.com>2020-08-29 01:10:00 +0200
committerNode.js GitHub Bot <github-bot@iojs.org>2020-10-20 14:27:31 +0000
commit4f296d270ac2e32bf8841a3bca09e86f28699698 (patch)
tree73c094ebbe016cd0fa8260e88c3bd02b62f256ba /node.gyp
parent9e227d5ae2f4fa1665f50eccc54022da53fa0ec4 (diff)
downloadios-node-v8-4f296d270ac2e32bf8841a3bca09e86f28699698.tar.gz
ios-node-v8-4f296d270ac2e32bf8841a3bca09e86f28699698.tar.bz2
ios-node-v8-4f296d270ac2e32bf8841a3bca09e86f28699698.zip
path: add `path/posix` and `path/win32` alias modules
Refs: https://github.com/nodejs/node/pull/31553 Refs: https://github.com/nodejs/node/pull/32953 Refs: https://github.com/nodejs/node/pull/33950 Refs: https://github.com/nodejs/node/pull/34001 Refs: https://github.com/nodejs/node/pull/34002 Refs: https://github.com/nodejs/node/pull/34055 PR-URL: https://github.com/nodejs/node/pull/34962 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index dd9bddd08b..6362f95481 100644
--- a/node.gyp
+++ b/node.gyp
@@ -72,6 +72,8 @@
'lib/net.js',
'lib/os.js',
'lib/path.js',
+ 'lib/path/posix.js',
+ 'lib/path/win32.js',
'lib/perf_hooks.js',
'lib/process.js',
'lib/punycode.js',