Skip to content

module: fix check for package.json at volume root#34595

Closed
DerekNonGeneric wants to merge 1 commit intonodejs:masterfrom
DerekNonGeneric:fix/root-package-scope
Closed

module: fix check for package.json at volume root#34595
DerekNonGeneric wants to merge 1 commit intonodejs:masterfrom
DerekNonGeneric:fix/root-package-scope

Conversation

@DerekNonGeneric
Copy link
Contributor

@DerekNonGeneric DerekNonGeneric commented Aug 1, 2020

This commit converts the "read package scope" algorithm's while loop
into a do-while loop.

Fixes: #33438

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

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. esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ES modules] package.json located in root path can't be resolved when checking type field

8 participants