MCPcopy Index your code
hub / github.com/nodejs/node / makeBinaryExpression

Function makeBinaryExpression

test/fixtures/snapshot/typescript.js:34880–34882  ·  view source on GitHub ↗
(left, operatorToken, right, pos)

Source from the content-addressed store, hash-verified

34878 return ts.getBinaryOperatorPrecedence(token()) > 0;
34879 }
34880 function makeBinaryExpression(left, operatorToken, right, pos) {
34881 return finishNode(factory.createBinaryExpression(left, operatorToken, right), pos);
34882 }
34883 function makeAsExpression(left, right) {
34884 return finishNode(factory.createAsExpression(left, right), left.pos);
34885 }

Callers 3

parseExpressionFunction · 0.85

Calls 1

finishNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…