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

30 lines
450 B
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 1,
"end": 2,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 1,
"end": 2,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1,
"end": 2,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
],
"interpreter": null
}