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

Function updateArrayLiteralExpression

test/fixtures/snapshot/typescript.js:23994–23998  ·  view source on GitHub ↗
(node, elements)

Source from the content-addressed store, hash-verified

23992 }
23993 // @api
23994 function updateArrayLiteralExpression(node, elements) {
23995 return node.elements !== elements
23996 ? update(createArrayLiteralExpression(elements, node.multiLine), node)
23997 : node;
23998 }
23999 // @api
24000 function createObjectLiteralExpression(properties, multiLine) {
24001 var node = createBaseExpression(205 /* SyntaxKind.ObjectLiteralExpression */);

Callers

nothing calls this directly

Calls 2

updateFunction · 0.70

Tested by

no test coverage detected