-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop Node v10 support #886
Comments
Also do not forget to update the Lines 5 to 7 in c8815e3
If #881 is not yet implemented by this time Node10 got dropped and Line 5 in c8815e3
Lines 6 to 7 in c8815e3
|
RyanZim
added a commit
that referenced
this issue
Apr 22, 2021
This was referenced Apr 22, 2021
RyanZim
added a commit
that referenced
this issue
Apr 29, 2021
RyanZim
added a commit
that referenced
this issue
Apr 30, 2021
* Remove special handling of fs.promises Refs #886 * Fix tests
RyanZim
added a commit
that referenced
this issue
Apr 30, 2021
78 tasks
facebook-github-bot
pushed a commit
to facebook/flipper
that referenced
this issue
Sep 5, 2023
Summary: `recursive` was dropped in when [dropping](jprichardson/node-fs-extra#886) node v10 Reviewed By: aigoncharov Differential Revision: D48780242 fbshipit-source-id: 29349590a7f14da85fe8df28b20d9b418e7a8b1d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Node v10 EOLs on 2021-04-30; here's a list of things we can do when we drop support for Node v10:
fs.promises
special handling not needed:node-fs-extra/lib/index.js
Lines 20 to 27 in 2fca5b2
node-fs-extra/lib/fs/index.js
Lines 52 to 56 in 2fca5b2
mkdirs
can use nativefs.mkdir
withrecursive
option everywherenode-fs-extra/lib/mkdirs/make-dir.js
Line 11 in 2fca5b2
bigint
usagenode-fs-extra/lib/util/stat.js
Line 8 in 2fca5b2
node-fs-extra/lib/util/__tests__/stat.test.js
Line 10 in 2fca5b2
The text was updated successfully, but these errors were encountered: