Skip to content

fix require.resolve not considering paths . and .. relative#56735

Merged
nodejs-github-bot merged 2 commits intonodejs:mainfrom
dario-piotrowicz:dario/require-resolve-opts-paths-dot-dot-fix
Jan 25, 2025
Merged

fix require.resolve not considering paths . and .. relative#56735
nodejs-github-bot merged 2 commits intonodejs:mainfrom
dario-piotrowicz:dario/require-resolve-opts-paths-dot-dot-fix

Conversation

@dario-piotrowicz
Copy link
Member

Fixes: #47000

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Regression: require.resolve(".", { paths }) behaves differently from require.resolve("./", { paths })

9 participants