Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Drules.ts57 …xKind.QuestionToken, anyToken, [isNonJsxSameLineTokenContext, isConditionalOperatorContext], RuleA…
509 function isConditionalOperatorContext(context: FormattingContext): boolean { function