-
-
Couldn't load subscription status.
- Fork 20
Feat/dirent path dep0178 #248
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
base: main
Are you sure you want to change the base?
Conversation
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.
WOW bruno that huge !
Co-authored-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>
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.
LGMT ! Just few docs thing
| This recipe transforms the usage of `dirent.path` to use `dirent.parentPath`. | ||
|
|
||
| See [DEP0178](https://nodejs.org/api/deprecations.html#DEP0178). | ||
|
|
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.
| This codemod handle: | |
| - `node:fs` and `node:fs/promise` import | |
| - `for` loop | |
| - array methods | |
it's just the idea I'm not good writer
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.
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.
by "this codemod handle" I mean "which" case is handled
Co-authored-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>

closes #131