swc/crates/swc_ecma_parser/tests/tsc/parserEnumDeclaration2.d.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
}