{ "type": "File", "start": 0, "end": 31, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 4, "column": 1 } }, "errors": [ "SyntaxError: Enum `E` has inconsistent member initializers. Either use no initializers, or consistently use literals (either booleans, numbers, or strings) for all member initializers. (1:5)" ], "program": { "type": "Program", "start": 0, "end": 31, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 4, "column": 1 } }, "sourceType": "script", "interpreter": null, "body": [ { "type": "EnumDeclaration", "start": 0, "end": 31, "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": 11, "end": 29, "loc": { "start": { "line": 2, "column": 2 }, "end": { "line": 3, "column": 11 } }, "explicitType": false, "members": [] } } ], "directives": [] } }