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

29 lines
436 B
JSON
Raw Normal View History

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