* Parse an array of expressions from the given expression, or throw if it is not an array * literal.
(array: TExpression)
| 64 | * literal. |
| 65 | */ |
| 66 | parseArrayLiteral(array: TExpression): TExpression[]; |
| 67 | |
| 68 | /** |
| 69 | * Return `true` if the given expression is an object literal, or false otherwise. |
no outgoing calls
no test coverage detected