Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts1242 const onLaterLine = currentStartLine !== previousStartLine; constant
1251 return onLaterLine ? LineAction.LineRemoved : LineAction.None;
1269 return onLaterLine ? LineAction.None : LineAction.LineAdded;
1281 return onLaterLine ? LineAction.LineRemoved : LineAction.None;