-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
fs: move rmdir recursive option to end-of-life #58616
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
fs: move rmdir recursive option to end-of-life #58616
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #58616 +/- ##
=======================================
Coverage 90.16% 90.16%
=======================================
Files 637 637
Lines 188001 188081 +80
Branches 36881 36891 +10
=======================================
+ Hits 169509 169584 +75
- Misses 11238 11264 +26
+ Partials 7254 7233 -21
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 😄 🚀
7396177
to
0be4c18
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI #57784... At that time there were some failures in CITGM, IIRC in only a few packages, I couldn't reproduce it locally (maybe failures were indirectly caused by some preinstall jobs).
If we want to land this PR, it should also adjust doc/api/fs.md
.
@nodejs/tsc please :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the documentation should be updated to delete the removed options
46c24f8
to
98d4b96
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Has been runtime deprecated for ~ 5 years now. It's time.
98d4b96
to
3cf7032
Compare
Co-authored-by: Livia Medeiros <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Landed in eec0302 |
Has been runtime deprecated for ~ 5 years now. It's time.