Home
last modified time | relevance | path

Searched refs:startPositionToDeleteNodeInList (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
DtextChanges.ts935 …Range(sourceFile, { pos: list[lastNonDeletedIndex].end, end: startPositionToDeleteNodeInList(sourc…
993 function startPositionToDeleteNodeInList(sourceFile: SourceFile, node: Node): number { function
998 const end = startPositionToDeleteNodeInList(sourceFile, nextNode);
1617 pos: startPositionToDeleteNodeInList(sourceFile, node),