-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yarn v1: Add dev attribute to package resolution
Integrate dev dependency detection into the package resolution process: - Add dev flag to YarnClassicPackageFactory - Pass non-dev dependencies set through the resolution chain - Update package creation to mark dependencies as dev/non-dev - Update tests to accommodate the new dev flag This completes the dependency classification implementation by marking each resolved package with its development status. Signed-off-by: Michal Šoltis <[email protected]>
- Loading branch information
1 parent
fadc153
commit fd03346
Showing
2 changed files
with
30 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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