Uh oh!
There was an error while loading. Please reload this page.
module: fix legacy node specifier resolution to resolve "main" field - #38979
Merged
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bmeck
approved these changes
Jun 9, 2021
nodejs-github-bot
commented
Jun 9, 2021
Collaborator
nodejs-github-bot
commented
Jun 9, 2021
Collaborator
nodejs-github-bot
commented
Jun 9, 2021
Collaborator
aduh95
commented
Jun 11, 2021
ContributorAuthor
@nodejs/modules FYI |
guybedford
approved these changes
Jun 11, 2021
zackschuster
commented
Jun 12, 2021
what's the rationale for allowing this? iirc (+0 on this change, if curious; i do not wish to block anything) |
ljharb
commented
Jun 12, 2021
Member
“exports” isn’t required; packages aren’t going to be forced to use it and its encapsulation feature. “main” isn’t deprecated. |
PR-URL: nodejs#38979Fixes: nodejs#32103Fixes: nodejs#38739 Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com>
aduh95
commented
Jun 13, 2021
ContributorAuthor
Landed in 4e17ffc |
3 tasks
Merged
Merged
aduh95 added a commit
to aduh95/node
that referenced
this pull request
Jul 28, 2021
PR-URL: nodejs#38979Fixes: nodejs#32103Fixes: nodejs#38739 Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com>
richardlau pushed a commit
that referenced
this pull request
Jul 28, 2021
richardlau pushed a commit
that referenced
this pull request
Jul 28, 2021
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes: #38739
Fixes: #32103