mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-29 16:29:19 -05:00
More thoroughly test navigateTo (#25239)
* More thoroughly test navigateTo * Fix #25233 and #25237 * Update API (#24966)
This commit is contained in:
@@ -124,8 +124,6 @@ namespace ts {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
candidateContainers = candidateContainers || [];
|
||||
|
||||
// -1 because the last part was checked against the name, and only the rest
|
||||
// of the parts are checked against the container.
|
||||
if (dotSeparatedSegments.length - 1 > candidateContainers.length) {
|
||||
|
||||
Reference in New Issue
Block a user