Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Drule.ts15 StopProcessingSpaceActions = 1 << 0, enumerator
23 StopAction = StopProcessingSpaceActions | StopProcessingTokenActions,
DrulesMap.ts22 if (ruleAction & RuleAction.StopProcessingSpaceActions) {
Drules.ts50 …rule("IgnoreBeforeComment", anyToken, comments, anyContext, RuleAction.StopProcessingSpaceActions),
51 …, SyntaxKind.SingleLineCommentTrivia, anyToken, anyContext, RuleAction.StopProcessingSpaceActions),
Dformatting.ts1244 case RuleAction.StopProcessingSpaceActions: