Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts891 let lineAction = LineAction.None;
902 if (lineAction === LineAction.None) {
908 indentToken = lineAction === LineAction.LineAdded;
932 …sertIndentation(currentTokenInfo.token.pos, tokenIndentation, lineAction === LineAction.LineAdded);
986 dynamicIndentation: DynamicIndentation): LineAction {
989 let lineAction = LineAction.None;
1017 dynamicIndentation: DynamicIndentation | undefined): LineAction {
1024 let lineAction = LineAction.None;
1032 case LineAction.LineRemoved:
1039 case LineAction.LineAdded:
[all …]