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

Duplicate npm package imports with relative paths #28777

Closed
marvinhagemeister opened this issue Apr 7, 2025 · 0 comments · Fixed by #28841
Closed

Duplicate npm package imports with relative paths #28777

marvinhagemeister opened this issue Apr 7, 2025 · 0 comments · Fixed by #28841
Assignees
Labels
lsp related to the language server

Comments

@marvinhagemeister
Copy link
Contributor

Best explained with a picture:

Image

Steps to reproduce

  1. Run deno init
  2. Run deno install npm:@preact/signals
  3. Paste these contents into a js/ts file:
import { useSignal } from "@preact/signals";
useSignal(2);

// Type: "effect" here to trigger completion

Version: Deno 2.2.8 (also in canary ec8e4af85b66e23eca6108793c481fef0c1f70c0)

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

Successfully merging a pull request may close this issue.

2 participants