{ "type": "File", "start": 0, "end": 24, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 4, "column": 1 } }, "errors": [ "SyntaxError: Number enum members need to be initialized, e.g. `A = 1` in enum `E`. (2:2)" ], "program": { "type": "Program", "start": 0, "end": 24, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 4, "column": 1 } }, "sourceType": "script", "interpreter": null, "body": [ { "type": "EnumDeclaration", "start": 0, "end": 24, "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": "EnumNumberBody", "start": 11, "end": 22, "loc": { "start": { "line": 2, "column": 2 }, "end": { "line": 3, "column": 8 } }, "explicitType": false, "members": [ { "type": "EnumNumberMember", "start": 16, "end": 21, "loc": { "start": { "line": 3, "column": 2 }, "end": { "line": 3, "column": 7 } }, "id": { "type": "Identifier", "start": 16, "end": 17, "loc": { "start": { "line": 3, "column": 2 }, "end": { "line": 3, "column": 3 }, "identifierName": "B" }, "name": "B" }, "init": { "type": "NumericLiteral", "start": 20, "end": 21, "loc": { "start": { "line": 3, "column": 6 }, "end": { "line": 3, "column": 7 } }, "extra": { "rawValue": 1, "raw": "1" }, "value": 1 } } ] } } ], "directives": [] } }