Skip to content

lib: make process.moduleLoadList a copy of the internal value - #61287

Closed
Xstoudi wants to merge 3 commits into
nodejs:mainfrom
Xstoudi:fix/module-load-list-copy
Closed

lib: make process.moduleLoadList a copy of the internal value#61287
Xstoudi wants to merge 3 commits into
nodejs:mainfrom
Xstoudi:fix/module-load-list-copy

Conversation

@Xstoudi

Copy link
Copy Markdown
Contributor

process.moduleLoadList was provided as-is instead of a copy of it

Refs: #41233
Refs: #61276

Require #61276 to be merged

process.moduleLoadList was added in the early days but never documented
Fixes: nodejs#41233
process.moduleLoadList was provided as-is instead of a copy of it
Refs: nodejs#41233
Refs: nodejs#61276
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/loaders
  • @nodejs/startup

@Xstoudi
Xstoudi marked this pull request as draft January 5, 2026 18:02
@nodejs-github-botnodejs-github-bot added lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. labels Jan 5, 2026
@XstoudiXstoudi changed the title [WIP] lib: make process.moduleLoadList a copy of the internal valuelib: make process.moduleLoadList a copy of the internal valueJan 5, 2026
@XstoudiXstoudi closed this Jan 9, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lib / srcIssues and PRs related to general changes in the lib or src directory.needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Xstoudi@nodejs-github-bot@anonrig