Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Drules.ts25 …const binaryKeywordOperators = [SyntaxKind.InKeyword, SyntaxKind.InstanceOfKeyword, SyntaxKind.OfK… constant
125 …rule("SpaceBeforeBinaryKeywordOperator", anyToken, binaryKeywordOperators, [isNonJsxSameLineTokenC…
126 …rule("SpaceAfterBinaryKeywordOperator", binaryKeywordOperators, anyToken, [isNonJsxSameLineTokenCo…