Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/factory/
DparenthesizerRules.ts90 …const binaryOperatorPrecedence = getOperatorPrecedence(SyntaxKind.BinaryExpression, binaryOperator… constant
93 …eftSideOfBinary && operand.kind === SyntaxKind.ArrowFunction && binaryOperatorPrecedence > Operato…
99 switch (compareValues(operandPrecedence, binaryOperatorPrecedence)) {
/third_party/typescript/lib/
Dtsc.js17644 var binaryOperatorPrecedence = ts.getOperatorPrecedence(226, binaryOperator);
17647 if (!isLeftSideOfBinary && operand.kind === 218 && binaryOperatorPrecedence > 3) {
17651 switch (ts.compareValues(operandPrecedence, binaryOperatorPrecedence)) {
DtypingsInstaller.js22074 …var binaryOperatorPrecedence = ts.getOperatorPrecedence(226 /* SyntaxKind.BinaryExpression */, bin…
22077 …inary && operand.kind === 218 /* SyntaxKind.ArrowFunction */ && binaryOperatorPrecedence > 3 /* Op…
22083 switch (ts.compareValues(operandPrecedence, binaryOperatorPrecedence)) {