swc/crates/swc_ecma_parser/tests/tsc/privateNameAccessors.json
2022-02-04 17:08:38 +09:00

650 lines
18 KiB
JSON

{
"type": "Script",
"span": {
"start": 34,
"end": 312,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 40,
"end": 42,
"ctxt": 0
},
"value": "A1",
"optional": false
},
"declare": false,
"span": {
"start": 34,
"end": 312,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateMethod",
"span": {
"start": 49,
"end": 75,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 53,
"end": 58,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 54,
"end": 58,
"ctxt": 0
},
"value": "prop",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 49,
"end": 75,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 61,
"end": 75,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 63,
"end": 73,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 70,
"end": 72,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "getter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "PrivateMethod",
"span": {
"start": 80,
"end": 108,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 84,
"end": 89,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 85,
"end": 89,
"ctxt": 0
},
"value": "prop",
"optional": false
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 90,
"end": 103,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 90,
"end": 103,
"ctxt": 0
},
"value": "param",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 95,
"end": 103,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 97,
"end": 103,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"decorators": [],
"span": {
"start": 80,
"end": 108,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 105,
"end": 108,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "setter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "PrivateMethod",
"span": {
"start": 114,
"end": 142,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 118,
"end": 125,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 119,
"end": 125,
"ctxt": 0
},
"value": "roProp",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 114,
"end": 142,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 128,
"end": 142,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 130,
"end": 140,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 137,
"end": 139,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "getter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "Constructor",
"span": {
"start": 148,
"end": 310,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 148,
"end": 159,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 160,
"end": 172,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 160,
"end": 172,
"ctxt": 0
},
"value": "name",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 164,
"end": 172,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 166,
"end": 172,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 174,
"end": 310,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 184,
"end": 200,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 184,
"end": 199,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 184,
"end": 194,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 184,
"end": 188,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 189,
"end": 194,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 190,
"end": 194,
"ctxt": 0
},
"value": "prop",
"optional": false
}
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 197,
"end": 199,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 209,
"end": 227,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 209,
"end": 226,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 209,
"end": 221,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 209,
"end": 213,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 214,
"end": 221,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 215,
"end": 221,
"ctxt": 0
},
"value": "roProp",
"optional": false
}
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 224,
"end": 226,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 245,
"end": 269,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 245,
"end": 268,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 245,
"end": 256,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 245,
"end": 252,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 253,
"end": 256,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 257,
"end": 267,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 257,
"end": 261,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 262,
"end": 267,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 263,
"end": 267,
"ctxt": 0
},
"value": "prop",
"optional": false
}
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 278,
"end": 304,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 278,
"end": 303,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 278,
"end": 289,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 278,
"end": 285,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 286,
"end": 289,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 290,
"end": 302,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 290,
"end": 294,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 295,
"end": 302,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 296,
"end": 302,
"ctxt": 0
},
"value": "roProp",
"optional": false
}
}
}
}
],
"typeArguments": null
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}