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

713 lines
22 KiB
JSON

{
"type": "Script",
"span": {
"start": 21,
"end": 382,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 27,
"end": 28,
"ctxt": 0
},
"value": "B",
"optional": false
},
"declare": false,
"span": {
"start": 21,
"end": 382,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 35,
"end": 205,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 42,
"end": 46,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 43,
"end": 46,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"value": {
"type": "ClassExpression",
"identifier": null,
"span": {
"start": 49,
"end": 204,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 65,
"end": 151,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 65,
"end": 76,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 79,
"end": 151,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 93,
"end": 114,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 93,
"end": 113,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 93,
"end": 104,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 93,
"end": 100,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 101,
"end": 104,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 105,
"end": 112,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 127,
"end": 141,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 127,
"end": 140,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 131,
"end": 138,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 131,
"end": 132,
"ctxt": 0
},
"value": "B",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 133,
"end": 138,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 134,
"end": 138,
"ctxt": 0
},
"value": "foo2",
"optional": false
}
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"accessibility": null,
"isOptional": false
},
{
"type": "ClassProperty",
"span": {
"start": 160,
"end": 178,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 167,
"end": 171,
"ctxt": 0
},
"value": "test",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 174,
"end": 177,
"ctxt": 0
},
"value": 123.0,
"raw": "123"
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 187,
"end": 198,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 187,
"end": 192,
"ctxt": 0
},
"value": "field",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 195,
"end": 197,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "PrivateProperty",
"span": {
"start": 210,
"end": 276,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 217,
"end": 222,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 218,
"end": 222,
"ctxt": 0
},
"value": "foo2",
"optional": false
}
},
"value": {
"type": "ClassExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 231,
"end": 234,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"span": {
"start": 225,
"end": 275,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 245,
"end": 269,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 252,
"end": 262,
"ctxt": 0
},
"value": "otherClass",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 265,
"end": 268,
"ctxt": 0
},
"value": 123.0,
"raw": "123"
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 282,
"end": 380,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 282,
"end": 283,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 282,
"end": 380,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 286,
"end": 380,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 296,
"end": 320,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 296,
"end": 320,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 296,
"end": 307,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 296,
"end": 303,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 304,
"end": 307,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 308,
"end": 319,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 308,
"end": 314,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 308,
"end": 309,
"ctxt": 0
},
"value": "B",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 310,
"end": 314,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 311,
"end": 314,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 315,
"end": 319,
"ctxt": 0
},
"value": "test",
"optional": false
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 329,
"end": 346,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 329,
"end": 345,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 329,
"end": 340,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 329,
"end": 335,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 329,
"end": 330,
"ctxt": 0
},
"value": "B",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 331,
"end": 335,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 332,
"end": 335,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 336,
"end": 340,
"ctxt": 0
},
"value": "test",
"optional": false
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 343,
"end": 345,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 355,
"end": 374,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 355,
"end": 373,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 355,
"end": 367,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 359,
"end": 365,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 359,
"end": 360,
"ctxt": 0
},
"value": "B",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 361,
"end": 365,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 362,
"end": 365,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 368,
"end": 373,
"ctxt": 0
},
"value": "field",
"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
}