mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
29 lines
436 B
JSON
29 lines
436 B
JSON
|
{
|
||
|
"type": "Script",
|
||
|
"span": {
|
||
|
"start": 16,
|
||
|
"end": 20,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"body": [
|
||
|
{
|
||
|
"type": "ExpressionStatement",
|
||
|
"span": {
|
||
|
"start": 16,
|
||
|
"end": 20,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"expression": {
|
||
|
"type": "NumericLiteral",
|
||
|
"span": {
|
||
|
"start": 16,
|
||
|
"end": 20,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": 1.0
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"interpreter": null
|
||
|
}
|