mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-19 00:42:28 -05:00
Remove goToImplementation test, not supported for parameters
This commit is contained in:
@@ -67,7 +67,7 @@ namespace ts.FindAllReferences {
|
||||
}
|
||||
|
||||
function getImplementationReferenceEntries(typeChecker: TypeChecker, cancellationToken: CancellationToken, sourceFiles: SourceFile[], node: Node): Entry[] | undefined {
|
||||
if (node.parent.kind === SyntaxKind.SourceFile) {
|
||||
if (node.kind === SyntaxKind.SourceFile) {
|
||||
return undefined;
|
||||
}
|
||||
// If invoked directly on a shorthand property assignment, then return
|
||||
|
||||
Reference in New Issue
Block a user