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

Allow for import map with github scheme #28179

Open
eturino opened this issue Feb 19, 2025 · 0 comments
Open

Allow for import map with github scheme #28179

eturino opened this issue Feb 19, 2025 · 0 comments

Comments

@eturino
Copy link

eturino commented Feb 19, 2025

With npm we could do an import to a particular repo and branch/tag/commit and will use ssh to get the code, which will take care of security concerns when building in the CI for example.

I would like to have this in deno.json

{
  "imports": {
    "somelib": "github:my-org/somelib#my-branch"
  }
}

This would allow us to work with unreleased versions of internal packages before they are released, to check that they are compatible and to allow for debugging and checking fixes in the deno apps using the somelib code.

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

1 participant