mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
33 lines
518 B
JSON
33 lines
518 B
JSON
{
|
|
"type": "Script",
|
|
"span": {
|
|
"start": 1,
|
|
"end": 14,
|
|
"ctxt": 0
|
|
},
|
|
"body": [
|
|
{
|
|
"type": "TsEnumDeclaration",
|
|
"span": {
|
|
"start": 1,
|
|
"end": 14,
|
|
"ctxt": 0
|
|
},
|
|
"declare": false,
|
|
"isConst": false,
|
|
"id": {
|
|
"type": "Identifier",
|
|
"span": {
|
|
"start": 6,
|
|
"end": 10,
|
|
"ctxt": 0
|
|
},
|
|
"value": "void",
|
|
"optional": false
|
|
},
|
|
"members": []
|
|
}
|
|
],
|
|
"interpreter": null
|
|
}
|