Closed

Description
TypeScript Version: nightly (2.2.0-dev.20170210)
Code: tests/cases/fourslash/ambientShorthandFindAllRefs.ts
Expected behavior:
We can find all references of a symbol imported from an untyped module.
Actual behavior:
We don't have symbols attached to the module, just local symbols. So there's no good way to find references. Before #14001 we could do it by matching the name, we can do better.
Metadata
Metadata
Assignees
Labels
No labels