swc/crates/swc_ecma_parser/tests/tsc/privateNameAmbientNoImplicitAny.json

136 lines
2.9 KiB
JSON

{
"type": "Script",
"span": {
"start": 44,
"end": 97,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 58,
"end": 59,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": true,
"span": {
"start": 44,
"end": 74,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 66,
"end": 72,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 66,
"end": 71,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 67,
"end": 71,
"ctxt": 0
},
"value": "prop",
"optional": false
}
},
"value": null,
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 81,
"end": 82,
"ctxt": 0
},
"value": "B",
"optional": false
},
"declare": false,
"span": {
"start": 75,
"end": 97,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 89,
"end": 95,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 89,
"end": 94,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 90,
"end": 94,
"ctxt": 0
},
"value": "prop",
"optional": false
}
},
"value": null,
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}