-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
loader: fix package resolution for edge case #41218
Merged
nodejs-github-bot
merged 14 commits into
nodejs:master
from
dynatrace-oss-contrib:fix-for-pr-40980
Dec 22, 2021
Merged
loader: fix package resolution for edge case #41218
nodejs-github-bot
merged 14 commits into
nodejs:master
from
dynatrace-oss-contrib:fix-for-pr-40980
Dec 22, 2021
Commits on Dec 17, 2021
-
loader: fix package resolution for edge case
this commit solves a regression introduced with PR-40980. if a resolve call results in a script with .mjs extension the is automatically set to . This avoids the case where an additional in the same directory as the .mjs file would declare the to commonjs
Configuration menu - View commit details
-
Copy full SHA for a149086 - Browse repository at this point
Copy the full SHA a149086View commit details -
Configuration menu - View commit details
-
Copy full SHA for db7a12a - Browse repository at this point
Copy the full SHA db7a12aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f7d871 - Browse repository at this point
Copy the full SHA 6f7d871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 435dc9b - Browse repository at this point
Copy the full SHA 435dc9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9fe067 - Browse repository at this point
Copy the full SHA f9fe067View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bb04f2 - Browse repository at this point
Copy the full SHA 0bb04f2View commit details
Commits on Dec 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a72ad73 - Browse repository at this point
Copy the full SHA a72ad73View commit details
Commits on Dec 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 05d7f87 - Browse repository at this point
Copy the full SHA 05d7f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16f422f - Browse repository at this point
Copy the full SHA 16f422fView commit details
Commits on Dec 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a4c3456 - Browse repository at this point
Copy the full SHA a4c3456View commit details
Commits on Dec 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9a45c2b - Browse repository at this point
Copy the full SHA 9a45c2bView commit details
Commits on Dec 22, 2021
-
Signed-off-by: Gabriel Bota <gabriel.bota@dynatrace.com>
Configuration menu - View commit details
-
Copy full SHA for 8b741f0 - Browse repository at this point
Copy the full SHA 8b741f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01a3abc - Browse repository at this point
Copy the full SHA 01a3abcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdf0d4d - Browse repository at this point
Copy the full SHA fdf0d4dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.