2021-10-24 18:12:10 +02:00

80 lines
3.2 KiB
JSON

{
"type": "File",
"start":0,"end":66,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":1}},
"program": {
"type": "Program",
"start":0,"end":66,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":1}},
"sourceType": "script",
"interpreter": null,
"body": [
{
"type": "ClassDeclaration",
"start":0,"end":66,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":1}},
"id": {
"type": "Identifier",
"start":6,"end":7,"loc":{"start":{"line":1,"column":6},"end":{"line":1,"column":7},"identifierName":"A"},
"name": "A"
},
"superClass": {
"type": "Identifier",
"start":16,"end":17,"loc":{"start":{"line":1,"column":16},"end":{"line":1,"column":17},"identifierName":"B"},
"name": "B"
},
"body": {
"type": "ClassBody",
"start":18,"end":66,"loc":{"start":{"line":1,"column":18},"end":{"line":5,"column":1}},
"body": [
{
"type": "ClassMethod",
"start":24,"end":64,"loc":{"start":{"line":2,"column":4},"end":{"line":4,"column":5}},
"static": false,
"key": {
"type": "Identifier",
"start":24,"end":35,"loc":{"start":{"line":2,"column":4},"end":{"line":2,"column":15},"identifierName":"constructor"},
"name": "constructor"
},
"computed": false,
"kind": "constructor",
"id": null,
"generator": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start":37,"end":64,"loc":{"start":{"line":2,"column":17},"end":{"line":4,"column":5}},
"body": [
{
"type": "ExpressionStatement",
"start":47,"end":58,"loc":{"start":{"line":3,"column":8},"end":{"line":3,"column":19}},
"expression": {
"type": "OptionalMemberExpression",
"start":47,"end":57,"loc":{"start":{"line":3,"column":8},"end":{"line":3,"column":18}},
"object": {
"type": "CallExpression",
"start":47,"end":54,"loc":{"start":{"line":3,"column":8},"end":{"line":3,"column":15}},
"callee": {
"type": "Super",
"start":47,"end":52,"loc":{"start":{"line":3,"column":8},"end":{"line":3,"column":13}}
},
"arguments": []
},
"computed": false,
"property": {
"type": "Identifier",
"start":56,"end":57,"loc":{"start":{"line":3,"column":17},"end":{"line":3,"column":18},"identifierName":"b"},
"name": "b"
},
"optional": true
}
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
}