65 lines
2.3 KiB
JSON
65 lines
2.3 KiB
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":32,"loc":{"start":{"line":1,"column":0},"end":{"line":4,"column":1}},
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":32,"loc":{"start":{"line":1,"column":0},"end":{"line":4,"column":1}},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "EnumDeclaration",
|
|
"start":0,"end":32,"loc":{"start":{"line":1,"column":0},"end":{"line":4,"column":1}},
|
|
"id": {
|
|
"type": "Identifier",
|
|
"start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"E"},
|
|
"name": "E"
|
|
},
|
|
"body": {
|
|
"type": "EnumStringBody",
|
|
"start":7,"end":32,"loc":{"start":{"line":1,"column":7},"end":{"line":4,"column":1}},
|
|
"explicitType": false,
|
|
"members": [
|
|
{
|
|
"type": "EnumStringMember",
|
|
"start":11,"end":18,"loc":{"start":{"line":2,"column":2},"end":{"line":2,"column":9}},
|
|
"id": {
|
|
"type": "Identifier",
|
|
"start":11,"end":12,"loc":{"start":{"line":2,"column":2},"end":{"line":2,"column":3},"identifierName":"A"},
|
|
"name": "A"
|
|
},
|
|
"init": {
|
|
"type": "StringLiteral",
|
|
"start":15,"end":18,"loc":{"start":{"line":2,"column":6},"end":{"line":2,"column":9}},
|
|
"extra": {
|
|
"rawValue": "a",
|
|
"raw": "\"a\""
|
|
},
|
|
"value": "a"
|
|
}
|
|
},
|
|
{
|
|
"type": "EnumStringMember",
|
|
"start":22,"end":29,"loc":{"start":{"line":3,"column":2},"end":{"line":3,"column":9}},
|
|
"id": {
|
|
"type": "Identifier",
|
|
"start":22,"end":23,"loc":{"start":{"line":3,"column":2},"end":{"line":3,"column":3},"identifierName":"B"},
|
|
"name": "B"
|
|
},
|
|
"init": {
|
|
"type": "StringLiteral",
|
|
"start":26,"end":29,"loc":{"start":{"line":3,"column":6},"end":{"line":3,"column":9}},
|
|
"extra": {
|
|
"rawValue": "b",
|
|
"raw": "\"b\""
|
|
},
|
|
"value": "b"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |