Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExE Boss <3889017+ExE-Boss@users.noreply.github.com>2020-08-29 02:10:00 +0300
committerShelley Vohr <shelley.vohr@gmail.com>2020-11-22 21:18:56 +0300
commit85c85d368a6cdac67d2da1b0f241501accafe05d (patch)
treedb896af72359da317afc6bc3aee06b082dfbd4ff /node.gyp
parent3dd06375d4768be7e136142bb667d5034cd8717d (diff)
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 d4dc83d257b..38cf71309f8 100644
--- a/node.gyp
+++ b/node.gyp
@@ -73,6 +73,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',