swc/crates/swc_ecma_parser/tests/tsc/ts-expect-error-nocheck.json
2022-02-04 17:08:38 +09:00

53 lines
1017 B
JSON

{
"type": "Script",
"span": {
"start": 120,
"end": 132,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 120,
"end": 132,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 126,
"end": 131,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 126,
"end": 127,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 130,
"end": 131,
"ctxt": 0
},
"value": 1.0
},
"definite": false
}
]
}
],
"interpreter": null
}