mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
23 lines
330 B
JSON
23 lines
330 B
JSON
{
|
|
"type": "Script",
|
|
"span": {
|
|
"start": 16,
|
|
"end": 21,
|
|
"ctxt": 0
|
|
},
|
|
"body": [
|
|
{
|
|
"type": "VariableDeclaration",
|
|
"span": {
|
|
"start": 16,
|
|
"end": 21,
|
|
"ctxt": 0
|
|
},
|
|
"kind": "const",
|
|
"declare": false,
|
|
"declarations": []
|
|
}
|
|
],
|
|
"interpreter": null
|
|
}
|