-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
module.paths is undocumented #14371
Comments
For anyone looking to take this on, the first thing to read/follow is CONTRIBUTING.md, there's also a Style Guide that might be useful, although The place to add |
I'd like to give it a try. |
Go for it, if you have any problems just ask here. Once you have something just raise a PR, if it's not finished put |
Change the `module.paths` type to `string[]`. According to alphabetical order, Move the `module.paths` after `module.parent`. Refs: nodejs#14371 (comment)
PR-URL: #14435 Refs: #14371 (comment) Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Khaidi Chu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
PR-URL: #14435 Refs: #14371 (comment) Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Khaidi Chu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
Has this issue been resolved? |
@JaySeeCode Yes, in #14435. Sorry, I'll close this issue now. |
@JaySeeCode #14435 is a good start, but if you have the time to research it a little bit, try expanding the description, maybe also add a reference to the |
module
Node exposes the apparently non-private variable
module.paths
, but there is no documentation about it on nodejs.org, not even to say that it is really private despite the naming convention (I don't know if this is the case).The text was updated successfully, but these errors were encountered: