-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
module.paths is undocumented #14371
Copy link
Copy link
Closed
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.moduleIssues and PRs related to the module subsystem.Issues and PRs related to the module subsystem.questionIssues asking questions about Node.js.Issues asking questions about Node.js.
Description
Activity
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.moduleIssues and PRs related to the module subsystem.Issues and PRs related to the module subsystem.questionIssues asking questions about Node.js.Issues asking questions about Node.js.
moduleNode 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).