Skip to content

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
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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