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

Function isEmptyArrayLiteral

test/fixtures/snapshot/typescript.js:19173–19176  ·  view source on GitHub ↗
(expression)

Source from the content-addressed store, hash-verified

19171 }
19172 ts.isEmptyObjectLiteral = isEmptyObjectLiteral;
19173 function isEmptyArrayLiteral(expression) {
19174 return expression.kind === 204 /* SyntaxKind.ArrayLiteralExpression */ &&
19175 expression.elements.length === 0;
19176 }
19177 ts.isEmptyArrayLiteral = isEmptyArrayLiteral;
19178 function getLocalSymbolForExportDefault(symbol) {
19179 if (!isExportDefaultSymbol(symbol) || !symbol.declarations)

Callers 2

isEmptyArrayAssignmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…