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

Add a new findReferences API that buckets results with the definition th... #2446

Merged
merged 3 commits into from
Mar 24, 2015

Conversation

CyrusNajmabadi
Copy link
Contributor

...ey matched against.

@@ -937,6 +937,7 @@ module ts {
getDefinitionAtPosition(fileName: string, position: number): DefinitionInfo[];
getReferencesAtPosition(fileName: string, position: number): ReferenceEntry[];
Copy link
Member

Choose a reason for hiding this comment

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

@deprecated

CyrusNajmabadi added a commit that referenced this pull request Mar 24, 2015
Add a new findReferences API that buckets results with the definition th...
@CyrusNajmabadi CyrusNajmabadi merged commit 62b5ffa into master Mar 24, 2015
@CyrusNajmabadi CyrusNajmabadi deleted the findReferences branch March 24, 2015 21:32
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants