Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Drule.ts12 export const anyContext: readonly ContextPredicate[] = emptyArray; constant
DrulesMap.ts117 rule.context !== anyContext ?
Drules.ts50 …rule("IgnoreBeforeComment", anyToken, comments, anyContext, RuleAction.StopProcessingSpaceActions),
51 …rule("IgnoreAfterLineComment", SyntaxKind.SingleLineCommentTrivia, anyToken, anyContext, RuleActio…