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

127 lines
3.0 KiB
JSON

{
"type": "Script",
"span": {
"start": 0,
"end": 49,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 0,
"end": 49,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 4,
"end": 48,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 4,
"end": 13,
"ctxt": 0
},
"value": "autoToken",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 13,
"end": 23,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 15,
"end": 23,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 15,
"end": 21,
"ctxt": 0
},
"kind": "number"
}
}
}
},
"init": {
"type": "NewExpression",
"span": {
"start": 26,
"end": 48,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 30,
"end": 35,
"ctxt": 0
},
"value": "Array",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 46,
"end": 47,
"ctxt": 0
},
"value": 1.0
}
}
],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 35,
"end": 45,
"ctxt": 0
},
"params": [
{
"type": "TsArrayType",
"span": {
"start": 36,
"end": 44,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 36,
"end": 42,
"ctxt": 0
},
"kind": "number"
}
}
]
}
},
"definite": false
}
]
}
],
"interpreter": null
}