swc/crates/swc_ecma_parser/tests/tsc/privateNamesConstructorChain-1.json

396 lines
9.9 KiB
JSON

{
"type": "Script",
"span": {
"start": 21,
"end": 415,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 27,
"end": 33,
"ctxt": 0
},
"value": "Parent",
"optional": false
},
"declare": false,
"span": {
"start": 21,
"end": 250,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 40,
"end": 49,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 40,
"end": 44,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 41,
"end": 44,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 47,
"end": 48,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "PrivateProperty",
"span": {
"start": 54,
"end": 70,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 61,
"end": 65,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 62,
"end": 65,
"ctxt": 0
},
"value": "bar",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 68,
"end": 69,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 75,
"end": 248,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 75,
"end": 91,
"ctxt": 0
},
"value": "accessChildProps",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 75,
"end": 248,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 94,
"end": 248,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 104,
"end": 121,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 104,
"end": 120,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 104,
"end": 115,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 108,
"end": 113,
"ctxt": 0
},
"value": "Child",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 116,
"end": 120,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 117,
"end": 120,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 205,
"end": 216,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 205,
"end": 215,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 205,
"end": 210,
"ctxt": 0
},
"value": "Child",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 211,
"end": 215,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 212,
"end": 215,
"ctxt": 0
},
"value": "bar",
"optional": false
}
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 258,
"end": 263,
"ctxt": 0
},
"value": "Child",
"optional": false
},
"declare": false,
"span": {
"start": 252,
"end": 415,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 285,
"end": 298,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 285,
"end": 289,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 286,
"end": 289,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"value": {
"type": "StringLiteral",
"span": {
"start": 292,
"end": 297,
"ctxt": 0
},
"value": "foo",
"raw": "\"foo\""
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "PrivateProperty",
"span": {
"start": 388,
"end": 401,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 388,
"end": 392,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 389,
"end": 392,
"ctxt": 0
},
"value": "bar",
"optional": false
}
},
"value": {
"type": "StringLiteral",
"span": {
"start": 395,
"end": 400,
"ctxt": 0
},
"value": "bar",
"raw": "\"bar\""
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 272,
"end": 278,
"ctxt": 0
},
"value": "Parent",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}