swc/crates/swc_ecma_parser/tests/tsc/parserArrayLiteralExpression6.json

68 lines
1.4 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 14,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 1,
"end": 14,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 5,
"end": 13,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 5,
"end": 6,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 9,
"end": 13,
"ctxt": 0
},
"elements": [
null,
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 11,
"end": 12,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
]
},
"definite": false
}
]
}
],
"interpreter": null
}