Map npm workspace packages to JSR specifiers on publish if npm package in workspace is a jsr package? #23638
Labels
jsr
Issues or feature requests relating to JSR.io
suggestion
suggestions for new features (yet to be agreed)
workspaces
Consider the following scenario:
...where package-b refers to package-a via an npm workspace dependency. Both
package-a
andpackage-b
are npm packages and jsr packages. Maybe in this scenario, the npm workspace dependencies topackage-a
should be changed to prefer be a reference to the jsr package instead. Probably this should only be done on publish and just use the npm package w/ node resolution otherwise.Related: jsr-io/jsr#448
The text was updated successfully, but these errors were encountered: