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

545 lines
16 KiB
JSON
Raw Normal View History

{
"type": "Module",
"span": {
"start": 112,
"end": 445,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 112,
"end": 445,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 125,
"end": 126,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": false,
"span": {
"start": 119,
"end": 445,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 133,
"end": 150,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 133,
"end": 139,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 134,
"end": 139,
"ctxt": 0
},
"value": "hello",
"optional": false
}
},
"value": {
"type": "StringLiteral",
"span": {
"start": 142,
"end": 149,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false
},
{
"type": "PrivateProperty",
"span": {
"start": 155,
"end": 168,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 155,
"end": 161,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 156,
"end": 161,
"ctxt": 0
},
"value": "world",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 164,
"end": 167,
"ctxt": 0
},
"value": 100.0
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false
},
{
"type": "PrivateMethod",
"span": {
"start": 174,
"end": 222,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 174,
"end": 184,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 175,
"end": 184,
"ctxt": 0
},
"value": "calcHello",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 174,
"end": 222,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 187,
"end": 222,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 197,
"end": 216,
"ctxt": 0
},
"argument": {
"type": "MemberExpression",
"span": {
"start": 204,
"end": 215,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 204,
"end": 208,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 209,
"end": 215,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 210,
"end": 215,
"ctxt": 0
},
"value": "hello",
"optional": false
}
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "PrivateMethod",
"span": {
"start": 228,
"end": 299,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 232,
"end": 247,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 233,
"end": 247,
"ctxt": 0
},
"value": "screamingHello",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 228,
"end": 299,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 250,
"end": 299,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 260,
"end": 293,
"ctxt": 0
},
"argument": {
"type": "CallExpression",
"span": {
"start": 267,
"end": 292,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 267,
"end": 290,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 267,
"end": 278,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 267,
"end": 271,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 272,
"end": 278,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 273,
"end": 278,
"ctxt": 0
},
"value": "hello",
"optional": false
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 279,
"end": 290,
"ctxt": 0
},
"value": "toUpperCase",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "getter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "PrivateMethod",
"span": {
"start": 337,
"end": 391,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 341,
"end": 356,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 342,
"end": 356,
"ctxt": 0
},
"value": "screamingHello",
"optional": false
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 357,
"end": 362,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 357,
"end": 362,
"ctxt": 0
},
"value": "value",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 337,
"end": 391,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 364,
"end": 391,
"ctxt": 0
},
"stmts": [
{
"type": "ThrowStatement",
"span": {
"start": 374,
"end": 385,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 380,
"end": 384,
"ctxt": 0
},
"value": "NO",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "setter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 397,
"end": 443,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 397,
"end": 405,
"ctxt": 0
},
"value": "getWorld",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 397,
"end": 443,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 408,
"end": 443,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 418,
"end": 437,
"ctxt": 0
},
"argument": {
"type": "MemberExpression",
"span": {
"start": 425,
"end": 436,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 425,
"end": 429,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 430,
"end": 436,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 431,
"end": 436,
"ctxt": 0
},
"value": "world",
"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": []
}
}
],
"interpreter": null
}