swc/crates/swc_ecma_parser/tests/tsc/parserInterfaceKeywordInEnum.json

53 lines
945 B
JSON

{
"type": "Script",
"span": {
"start": 0,
"end": 27,
"ctxt": 0
},
"body": [
{
"type": "TsEnumDeclaration",
"span": {
"start": 0,
"end": 27,
"ctxt": 0
},
"declare": false,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 5,
"end": 8,
"ctxt": 0
},
"value": "Bar",
"optional": false
},
"members": [
{
"type": "TsEnumMember",
"span": {
"start": 15,
"end": 24,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 15,
"end": 24,
"ctxt": 0
},
"value": "interface",
"optional": false
},
"init": null
}
]
}
],
"interpreter": null
}