mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 01:13:56 +03:00
33 lines
515 B
JSON
33 lines
515 B
JSON
{
|
|
"type": "Script",
|
|
"span": {
|
|
"start": 1,
|
|
"end": 19,
|
|
"ctxt": 0
|
|
},
|
|
"body": [
|
|
{
|
|
"type": "TsEnumDeclaration",
|
|
"span": {
|
|
"start": 1,
|
|
"end": 19,
|
|
"ctxt": 0
|
|
},
|
|
"declare": true,
|
|
"isConst": false,
|
|
"id": {
|
|
"type": "Identifier",
|
|
"span": {
|
|
"start": 14,
|
|
"end": 15,
|
|
"ctxt": 0
|
|
},
|
|
"value": "E",
|
|
"optional": false
|
|
},
|
|
"members": []
|
|
}
|
|
],
|
|
"interpreter": null
|
|
}
|