rushstack icon indicating copy to clipboard operation
rushstack copied to clipboard

[rush-lib] Support workspace:alias@version

Open dmichon-msft opened this issue 3 years ago • 0 comments

Summary

The workspace: protocol can be used with package aliases. This PR gives Rush the ability to parse such expressions as workspace:alias@version.

Details

Adds support for npm: and workspace: aliasing to the Rush dependency tree.

How it was tested

Added unit tests for dependency parsing. Validated existing tree still works.

dmichon-msft avatar May 11 '22 21:05 dmichon-msft