MCPcopy Create free account
hub / github.com/microsoft/SandDance / finishArrayExpression

Function finishArrayExpression

docs/tests/v2/es6/js/sanddance.js:128777–128781  ·  view source on GitHub ↗
(elements)

Source from the content-addressed store, hash-verified

128775}
128776
128777function finishArrayExpression(elements) {
128778 var node = new _ast.default(SyntaxArrayExpression);
128779 node.elements = elements;
128780 return node;
128781}
128782
128783function finishBinaryExpression(operator, left, right) {
128784 var node = new _ast.default(operator === '||' || operator === '&&' ? SyntaxLogicalExpression : SyntaxBinaryExpression);

Callers 1

parseArrayInitialiserFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected