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

258 lines
5.1 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 66,
"ctxt": 0
},
"body": [
{
"type": "TsEnumDeclaration",
"span": {
"start": 1,
"end": 15,
"ctxt": 0
},
"declare": false,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 6,
"end": 8,
"ctxt": 0
},
"value": "E2",
"optional": false
},
"members": [
{
"type": "TsEnumMember",
"span": {
"start": 11,
"end": 12,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 11,
"end": 12,
"ctxt": 0
},
"value": "a",
"optional": false
},
"init": null
}
]
},
{
"type": "TsEnumDeclaration",
"span": {
"start": 16,
"end": 33,
"ctxt": 0
},
"declare": false,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 21,
"end": 23,
"ctxt": 0
},
"value": "E3",
"optional": false
},
"members": [
{
"type": "TsEnumMember",
"span": {
"start": 26,
"end": 28,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 26,
"end": 27,
"ctxt": 0
},
"value": "a",
"optional": false
},
"init": null
},
{
"type": "TsEnumMember",
"span": {
"start": 29,
"end": 30,
"ctxt": 0
},
"id": {
"type": "StringLiteral",
"span": {
"start": 29,
"end": 30,
"ctxt": 0
},
"value": "1",
"raw": "\"1\""
},
"init": null
}
]
},
{
"type": "TsEnumDeclaration",
"span": {
"start": 34,
"end": 66,
"ctxt": 0
},
"declare": false,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 39,
"end": 41,
"ctxt": 0
},
"value": "E1",
"optional": false
},
"members": [
{
"type": "TsEnumMember",
"span": {
"start": 44,
"end": 45,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 44,
"end": 45,
"ctxt": 0
},
"value": "a",
"optional": false
},
"init": null
},
{
"type": "TsEnumMember",
"span": {
"start": 47,
"end": 49,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 47,
"end": 48,
"ctxt": 0
},
"value": "b",
"optional": false
},
"init": null
},
{
"type": "TsEnumMember",
"span": {
"start": 50,
"end": 51,
"ctxt": 0
},
"id": {
"type": "StringLiteral",
"span": {
"start": 50,
"end": 51,
"ctxt": 0
},
"value": "1",
"raw": "\"1\""
},
"init": null
},
{
"type": "TsEnumMember",
"span": {
"start": 53,
"end": 54,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 53,
"end": 54,
"ctxt": 0
},
"value": "c",
"optional": false
},
"init": null
},
{
"type": "TsEnumMember",
"span": {
"start": 56,
"end": 58,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 56,
"end": 57,
"ctxt": 0
},
"value": "d",
"optional": false
},
"init": null
},
{
"type": "TsEnumMember",
"span": {
"start": 59,
"end": 64,
"ctxt": 0
},
"id": {
"type": "StringLiteral",
"span": {
"start": 59,
"end": 60,
"ctxt": 0
},
"value": "2",
"raw": "\"2\""
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 63,
"end": 64,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
}
]
}
],
"interpreter": null
}