Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts1116 const endOfLine = getEndLinePosition(line, sourceFile); constant
1117 parts.push({ pos: startPos, end: endOfLine });