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

41 lines
716 B
JSON

{
"type": "Module",
"span": {
"start": 7,
"end": 41,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 7,
"end": 41,
"ctxt": 0
},
"declaration": {
"type": "TsEnumDeclaration",
"span": {
"start": 14,
"end": 41,
"ctxt": 0
},
"declare": false,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 19,
"end": 33,
"ctxt": 0
},
"value": "SignatureFlags",
"optional": false
},
"members": []
}
}
],
"interpreter": null
}