mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
Use constant in another place.
This commit is contained in:
parent
fab4955ef7
commit
dfb1ac0f00
@ -510,7 +510,7 @@ module ts {
|
||||
function findHighestListElementThatStartsAtPosition(position: number) {
|
||||
// Clear out any cached state about the last node we found.
|
||||
currentArray = undefined;
|
||||
currentArrayIndex = -1;
|
||||
currentArrayIndex = InvalidPosition.Value;
|
||||
current = undefined;
|
||||
|
||||
// Recurse into the source file to find the highest node at this position.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user