Skip to content

Add a test for finding all references of same-named imports from two missing modules #55519

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

Conversation

Andarist
Copy link
Contributor

@typescript-bot typescript-bot added the For Backlog Bug PRs that fix a backlog bug label Aug 26, 2023
// === findAllReferences ===
// === /tests/cases/fourslash/findAllRefsMissingModulesOverlappingSpecifiers.ts ===
// // https://github.com/microsoft/TypeScript/issues/5551
// import { resolve/*FIND ALL REFS*/ as resolveUrl } from "idontcare";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's worth noting that this one just doesn't find any references while the other one finds the reference at the location of the request. I think it's fine - the most important thing is that both locations are not treated as references to the same thing.

@jakebailey jakebailey merged commit 27a5bdd into microsoft:main Aug 26, 2023
snovader pushed a commit to EG-A-S/TypeScript that referenced this pull request Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Backlog Bug PRs that fix a backlog bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Same references from different (but not found) modules
3 participants