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

1159 lines
34 KiB
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 34,
"end": 526,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 40,
"end": 41,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 34,
"end": 525,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 48,
"end": 60,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 48,
"end": 52,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 49,
"end": 52,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 55,
"end": 59,
"ctxt": 0
},
"value": true
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "PrivateProperty",
"span": {
"start": 65,
"end": 82,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 72,
"end": 76,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 73,
"end": 76,
"ctxt": 0
},
"value": "baz",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 79,
"end": 81,
"ctxt": 0
},
"value": 10.0
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "PrivateMethod",
"span": {
"start": 87,
"end": 101,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 94,
"end": 96,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 95,
"end": 96,
"ctxt": 0
},
"value": "m",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 87,
"end": 101,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 99,
"end": 101,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 106,
"end": 249,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 106,
"end": 112,
"ctxt": 0
},
"value": "method",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 113,
"end": 123,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 113,
"end": 123,
"ctxt": 0
},
"value": "thing",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 118,
"end": 123,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 120,
"end": 123,
"ctxt": 0
},
"kind": "any"
}
}
}
}
],
"decorators": [],
"span": {
"start": 106,
"end": 249,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 125,
"end": 249,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 135,
"end": 146,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 135,
"end": 145,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 135,
"end": 140,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 141,
"end": 145,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 142,
"end": 145,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 161,
"end": 172,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 161,
"end": 171,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 161,
"end": 169,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 161,
"end": 166,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 167,
"end": 169,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 168,
"end": 169,
"ctxt": 0
},
"value": "m",
"optional": false
}
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 181,
"end": 192,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 181,
"end": 191,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 181,
"end": 186,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 187,
"end": 191,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 188,
"end": 191,
"ctxt": 0
},
"value": "baz",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 201,
"end": 212,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 201,
"end": 211,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 201,
"end": 206,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 207,
"end": 211,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 208,
"end": 211,
"ctxt": 0
},
"value": "bar",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 230,
"end": 243,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 230,
"end": 242,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 230,
"end": 240,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 230,
"end": 235,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 236,
"end": 240,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 237,
"end": 240,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 254,
"end": 387,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 254,
"end": 261,
"ctxt": 0
},
"value": "methodU",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 262,
"end": 276,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 262,
"end": 276,
"ctxt": 0
},
"value": "thing",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 267,
"end": 276,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 269,
"end": 276,
"ctxt": 0
},
"kind": "unknown"
}
}
}
}
],
"decorators": [],
"span": {
"start": 254,
"end": 387,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 278,
"end": 387,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 288,
"end": 299,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 288,
"end": 298,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 288,
"end": 293,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 294,
"end": 298,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 295,
"end": 298,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 308,
"end": 319,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 308,
"end": 318,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 308,
"end": 316,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 308,
"end": 313,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 314,
"end": 316,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 315,
"end": 316,
"ctxt": 0
},
"value": "m",
"optional": false
}
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 328,
"end": 339,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 328,
"end": 338,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 328,
"end": 333,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 334,
"end": 338,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 335,
"end": 338,
"ctxt": 0
},
"value": "baz",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 348,
"end": 359,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 348,
"end": 358,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 348,
"end": 353,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 354,
"end": 358,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 355,
"end": 358,
"ctxt": 0
},
"value": "bar",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 368,
"end": 381,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 368,
"end": 380,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 368,
"end": 378,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 368,
"end": 373,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 374,
"end": 378,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 375,
"end": 378,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 392,
"end": 523,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 392,
"end": 399,
"ctxt": 0
},
"value": "methodN",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 400,
"end": 412,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 400,
"end": 412,
"ctxt": 0
},
"value": "thing",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 405,
"end": 412,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 407,
"end": 412,
"ctxt": 0
},
"kind": "never"
}
}
}
}
],
"decorators": [],
"span": {
"start": 392,
"end": 523,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 414,
"end": 523,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 424,
"end": 435,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 424,
"end": 434,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 424,
"end": 429,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 430,
"end": 434,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 431,
"end": 434,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 444,
"end": 455,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 444,
"end": 454,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 444,
"end": 452,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 444,
"end": 449,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 450,
"end": 452,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 451,
"end": 452,
"ctxt": 0
},
"value": "m",
"optional": false
}
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 464,
"end": 475,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 464,
"end": 474,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 464,
"end": 469,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 470,
"end": 474,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 471,
"end": 474,
"ctxt": 0
},
"value": "baz",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 484,
"end": 495,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 484,
"end": 494,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 484,
"end": 489,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 490,
"end": 494,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 491,
"end": 494,
"ctxt": 0
},
"value": "bar",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 504,
"end": 517,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 504,
"end": 516,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 504,
"end": 514,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 504,
"end": 509,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 510,
"end": 514,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 511,
"end": 514,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"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": "EmptyStatement",
"span": {
"start": 525,
"end": 526,
"ctxt": 0
}
}
],
"interpreter": null
}