MCPcopy Create free account
hub / github.com/angular/angular / parseArrayLiteral

Method parseArrayLiteral

packages/compiler-cli/linker/src/ast/ast_host.ts:66–66  ·  view source on GitHub ↗

* Parse an array of expressions from the given expression, or throw if it is not an array * literal.

(array: TExpression)

Source from the content-addressed store, hash-verified

64 * literal.
65 */
66 parseArrayLiteral(array: TExpression): TExpression[];
67
68 /**
69 * Return `true` if the given expression is an object literal, or false otherwise.

Callers 4

getArrayMethod · 0.65
getArrayMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected