* feat: materialize class features * chore: move testcases to es2022 * chore: update test fixtures * chore: remove classPr\w+ from options.json * chore: remove empty options.json * update flow test allowlist * update typescript allowlist
89 lines
3.2 KiB
JSON
89 lines
3.2 KiB
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":43,"loc":{"start":{"line":1,"column":0},"end":{"line":4,"column":1}},
|
|
"errors": [
|
|
"SyntaxError: Duplicate private name #x. (3:13)"
|
|
],
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":43,"loc":{"start":{"line":1,"column":0},"end":{"line":4,"column":1}},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "ClassDeclaration",
|
|
"start":0,"end":43,"loc":{"start":{"line":1,"column":0},"end":{"line":4,"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": null,
|
|
"body": {
|
|
"type": "ClassBody",
|
|
"start":8,"end":43,"loc":{"start":{"line":1,"column":8},"end":{"line":4,"column":1}},
|
|
"body": [
|
|
{
|
|
"type": "ClassPrivateMethod",
|
|
"start":12,"end":19,"loc":{"start":{"line":2,"column":2},"end":{"line":2,"column":9}},
|
|
"static": false,
|
|
"key": {
|
|
"type": "PrivateName",
|
|
"start":12,"end":14,"loc":{"start":{"line":2,"column":2},"end":{"line":2,"column":4}},
|
|
"id": {
|
|
"type": "Identifier",
|
|
"start":13,"end":14,"loc":{"start":{"line":2,"column":3},"end":{"line":2,"column":4},"identifierName":"x"},
|
|
"name": "x"
|
|
}
|
|
},
|
|
"kind": "method",
|
|
"id": null,
|
|
"generator": false,
|
|
"async": false,
|
|
"params": [],
|
|
"body": {
|
|
"type": "BlockStatement",
|
|
"start":17,"end":19,"loc":{"start":{"line":2,"column":7},"end":{"line":2,"column":9}},
|
|
"body": [],
|
|
"directives": []
|
|
}
|
|
},
|
|
{
|
|
"type": "ClassPrivateMethod",
|
|
"start":22,"end":41,"loc":{"start":{"line":3,"column":2},"end":{"line":3,"column":21}},
|
|
"static": true,
|
|
"key": {
|
|
"type": "PrivateName",
|
|
"start":33,"end":35,"loc":{"start":{"line":3,"column":13},"end":{"line":3,"column":15}},
|
|
"id": {
|
|
"type": "Identifier",
|
|
"start":34,"end":35,"loc":{"start":{"line":3,"column":14},"end":{"line":3,"column":15},"identifierName":"x"},
|
|
"name": "x"
|
|
}
|
|
},
|
|
"computed": false,
|
|
"kind": "set",
|
|
"id": null,
|
|
"generator": false,
|
|
"async": false,
|
|
"params": [
|
|
{
|
|
"type": "Identifier",
|
|
"start":36,"end":37,"loc":{"start":{"line":3,"column":16},"end":{"line":3,"column":17},"identifierName":"_"},
|
|
"name": "_"
|
|
}
|
|
],
|
|
"body": {
|
|
"type": "BlockStatement",
|
|
"start":39,"end":41,"loc":{"start":{"line":3,"column":19},"end":{"line":3,"column":21}},
|
|
"body": [],
|
|
"directives": []
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |