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:
authorGus Caplan <me@gus.host>2020-01-28 19:29:29 +0300
committerGus Caplan <me@gus.host>2020-02-19 09:15:50 +0300
commitb8e41774d4287d128a40f7ecfecf170fe16fe9ed (patch)
tree79c3f89bc3e0b3a04da3256bc4a921b441f33eb0 /node.gyp
parente6c2277241e542cdf86475d71c5fdc581bd72025 (diff)
fs: add fs/promises alias module
PR-URL: https://github.com/nodejs/node/pull/31553 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
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 8c7911732b9..ab3953b9bdf 100644
--- a/node.gyp
+++ b/node.gyp
@@ -51,6 +51,7 @@
'lib/domain.js',
'lib/events.js',
'lib/fs.js',
+ 'lib/fs/promises.js',
'lib/http.js',
'lib/http2.js',
'lib/_http_agent.js',