Searched refs:StopProcessingSpaceActions (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/src/services/formatting/ |
D | rule.ts | 15 StopProcessingSpaceActions = 1 << 0, enumerator 23 StopAction = StopProcessingSpaceActions | StopProcessingTokenActions,
|
D | rulesMap.ts | 22 if (ruleAction & RuleAction.StopProcessingSpaceActions) {
|
D | rules.ts | 50 …rule("IgnoreBeforeComment", anyToken, comments, anyContext, RuleAction.StopProcessingSpaceActions), 51 …, SyntaxKind.SingleLineCommentTrivia, anyToken, anyContext, RuleAction.StopProcessingSpaceActions),
|
D | formatting.ts | 1244 case RuleAction.StopProcessingSpaceActions:
|