{ "type": "File", "start": 0, "end": 34, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 3, "column": 1 } }, "errors": [ "SyntaxError: Classes may not have a private field named '#constructor' (2:2)" ], "program": { "type": "Program", "start": 0, "end": 34, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 3, "column": 1 } }, "sourceType": "script", "interpreter": null, "body": [ { "type": "ClassDeclaration", "start": 0, "end": 34, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 3, "column": 1 } }, "id": { "type": "Identifier", "start": 6, "end": 9, "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 9 }, "identifierName": "Foo" }, "name": "Foo" }, "superClass": null, "body": { "type": "ClassBody", "start": 10, "end": 34, "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 3, "column": 1 } }, "body": [ { "type": "ClassPrivateMethod", "start": 14, "end": 31, "loc": { "start": { "line": 2, "column": 2 }, "end": { "line": 2, "column": 19 } }, "static": false, "key": { "type": "PrivateName", "start": 14, "end": 26, "loc": { "start": { "line": 2, "column": 2 }, "end": { "line": 2, "column": 14 } }, "id": { "type": "Identifier", "start": 15, "end": 26, "loc": { "start": { "line": 2, "column": 3 }, "end": { "line": 2, "column": 14 }, "identifierName": "constructor" }, "name": "constructor" } }, "kind": "method", "id": null, "generator": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 29, "end": 31, "loc": { "start": { "line": 2, "column": 17 }, "end": { "line": 2, "column": 19 } }, "body": [], "directives": [] } } ] } } ], "directives": [] } }