Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com> Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
125 lines
5.3 KiB
JSON
125 lines
5.3 KiB
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":84,"loc":{"start":{"line":1,"column":0},"end":{"line":7,"column":1}},
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":84,"loc":{"start":{"line":1,"column":0},"end":{"line":7,"column":1}},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "ClassDeclaration",
|
|
"start":0,"end":84,"loc":{"start":{"line":1,"column":0},"end":{"line":7,"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":84,"loc":{"start":{"line":1,"column":10},"end":{"line":7,"column":1}},
|
|
"body": [
|
|
{
|
|
"type": "ClassPrivateProperty",
|
|
"start":14,"end":28,"loc":{"start":{"line":2,"column":2},"end":{"line":2,"column":16}},
|
|
"static": true,
|
|
"key": {
|
|
"type": "PrivateName",
|
|
"start":21,"end":23,"loc":{"start":{"line":2,"column":9},"end":{"line":2,"column":11}},
|
|
"id": {
|
|
"type": "Identifier",
|
|
"start":22,"end":23,"loc":{"start":{"line":2,"column":10},"end":{"line":2,"column":11},"identifierName":"x"},
|
|
"name": "x"
|
|
}
|
|
},
|
|
"value": {
|
|
"type": "NumericLiteral",
|
|
"start":26,"end":27,"loc":{"start":{"line":2,"column":14},"end":{"line":2,"column":15}},
|
|
"extra": {
|
|
"rawValue": 1,
|
|
"raw": "1"
|
|
},
|
|
"value": 1
|
|
}
|
|
},
|
|
{
|
|
"type": "ClassMethod",
|
|
"start":32,"end":82,"loc":{"start":{"line":4,"column":2},"end":{"line":6,"column":3}},
|
|
"static": true,
|
|
"key": {
|
|
"type": "Identifier",
|
|
"start":39,"end":43,"loc":{"start":{"line":4,"column":9},"end":{"line":4,"column":13},"identifierName":"test"},
|
|
"name": "test"
|
|
},
|
|
"computed": false,
|
|
"kind": "method",
|
|
"id": null,
|
|
"generator": false,
|
|
"async": false,
|
|
"params": [],
|
|
"body": {
|
|
"type": "BlockStatement",
|
|
"start":46,"end":82,"loc":{"start":{"line":4,"column":16},"end":{"line":6,"column":3}},
|
|
"body": [
|
|
{
|
|
"type": "ReturnStatement",
|
|
"start":52,"end":78,"loc":{"start":{"line":5,"column":4},"end":{"line":5,"column":30}},
|
|
"argument": {
|
|
"type": "OptionalCallExpression",
|
|
"start":59,"end":77,"loc":{"start":{"line":5,"column":11},"end":{"line":5,"column":29}},
|
|
"callee": {
|
|
"type": "OptionalMemberExpression",
|
|
"start":59,"end":74,"loc":{"start":{"line":5,"column":11},"end":{"line":5,"column":26}},
|
|
"object": {
|
|
"type": "OptionalMemberExpression",
|
|
"start":59,"end":66,"loc":{"start":{"line":5,"column":11},"end":{"line":5,"column":18}},
|
|
"object": {
|
|
"type": "Identifier",
|
|
"start":59,"end":62,"loc":{"start":{"line":5,"column":11},"end":{"line":5,"column":14},"identifierName":"Foo"},
|
|
"name": "Foo"
|
|
},
|
|
"property": {
|
|
"type": "PrivateName",
|
|
"start":64,"end":66,"loc":{"start":{"line":5,"column":16},"end":{"line":5,"column":18}},
|
|
"id": {
|
|
"type": "Identifier",
|
|
"start":65,"end":66,"loc":{"start":{"line":5,"column":17},"end":{"line":5,"column":18},"identifierName":"x"},
|
|
"name": "x"
|
|
}
|
|
},
|
|
"computed": false,
|
|
"optional": true
|
|
},
|
|
"property": {
|
|
"type": "Identifier",
|
|
"start":67,"end":74,"loc":{"start":{"line":5,"column":19},"end":{"line":5,"column":26},"identifierName":"toFixed"},
|
|
"name": "toFixed"
|
|
},
|
|
"computed": false,
|
|
"optional": false
|
|
},
|
|
"arguments": [
|
|
{
|
|
"type": "NumericLiteral",
|
|
"start":75,"end":76,"loc":{"start":{"line":5,"column":27},"end":{"line":5,"column":28}},
|
|
"extra": {
|
|
"rawValue": 2,
|
|
"raw": "2"
|
|
},
|
|
"value": 2
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |