Searched refs:anyContext (Results 1 – 3 of 3) sorted by relevance
12 export const anyContext: readonly ContextPredicate[] = emptyArray; constant
117 rule.context !== anyContext ?
50 …rule("IgnoreBeforeComment", anyToken, comments, anyContext, RuleAction.StopProcessingSpaceActions),51 …rule("IgnoreAfterLineComment", SyntaxKind.SingleLineCommentTrivia, anyToken, anyContext, RuleActio…