Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for aliased packages #39

Open
dleetr opened this issue Jul 30, 2022 · 1 comment
Open

Support for aliased packages #39

dleetr opened this issue Jul 30, 2022 · 1 comment

Comments

@dleetr
Copy link

dleetr commented Jul 30, 2022

I recently had a need to alias 2 different versions of the same package like this:

    "snowpack2": "npm:snowpack@2",
    "snowpack3": "npm:snowpack@3",

But as you can see the plugin says dependency not found -

image

Behavior for this is a bit ambiguous I would admit, but it would be nice if the dependency could at least be obtained and listed in the event I don't notice a major version update on something I have aliased. It'd be fine to me if each dependency listed the most recent (that is to say I wouldn't care if it was just duplicated for each alias), or if there was an option to display the highest matching major version for everything but the newest dependency.

@christowiz
Copy link

Support for JSR would be great
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants