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

53 lines
1017 B
JSON

{
"type": "Script",
"span": {
"start": 190,
"end": 202,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 190,
"end": 202,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 196,
"end": 201,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 196,
"end": 197,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 200,
"end": 201,
"ctxt": 0
},
"value": 1.0
},
"definite": false
}
]
}
],
"interpreter": null
}