swc/crates/swc_ecma_parser/tests/tsc/ts-expect-error-nocheck-js.json

54 lines
1.0 KiB
JSON

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