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

move dependency to "imports" code action #1217

Open
scarf005 opened this issue Nov 27, 2024 · 0 comments
Open

move dependency to "imports" code action #1217

scarf005 opened this issue Nov 27, 2024 · 0 comments

Comments

@scarf005
Copy link

scarf005 commented Nov 27, 2024

Is your feature request related to a problem? Please describe.

to make managing dependencies in config file easier:

Describe the solution you'd like

import { Command } from "jsr:@cliffy/[email protected]"
                         ^ move dependency to imports

then

import { Command } from "@cliffy/command"
{
  "imports": {
    "@cliffy/command": "jsr:@cliffy/[email protected]"
    // ^ dependency is moved to imports in deno.json
  }
}
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