summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2018-05-03 14:40:48 -0400
committercjihrig <cjihrig@gmail.com>2018-05-07 19:47:42 -0400
commit975f6c1f7077fd33db95eaeee6ccfa49e4a29348 (patch)
treeedbc5ece189e5b3747d5bb659203b55c8dafa580 /node.gyp
parent0452f1152cb15db01631196e893b875332946b76 (diff)
downloadandroid-node-v8-975f6c1f7077fd33db95eaeee6ccfa49e4a29348.tar.gz
android-node-v8-975f6c1f7077fd33db95eaeee6ccfa49e4a29348.tar.bz2
android-node-v8-975f6c1f7077fd33db95eaeee6ccfa49e4a29348.zip
fs: move fs/promises to fs.promises
PR-URL: https://github.com/nodejs/node/pull/20504 Refs: https://github.com/nodejs/TSC/issues/389 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
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 3e513a4a71..774a36f160 100644
--- a/node.gyp
+++ b/node.gyp
@@ -39,7 +39,6 @@
'lib/domain.js',
'lib/events.js',
'lib/fs.js',
- 'lib/fs/promises.js',
'lib/http.js',
'lib/http2.js',
'lib/_http_agent.js',
@@ -103,7 +102,8 @@
'lib/internal/errors.js',
'lib/internal/fixed_queue.js',
'lib/internal/freelist.js',
- 'lib/internal/fs.js',
+ 'lib/internal/fs/promises.js',
+ 'lib/internal/fs/utils.js',
'lib/internal/http.js',
'lib/internal/inspector_async_hook.js',
'lib/internal/linkedlist.js',