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

1160 lines
34 KiB
JSON

{
"type": "Script",
"span": {
"start": 35,
"end": 527,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 41,
"end": 42,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 35,
"end": 526,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 49,
"end": 61,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 49,
"end": 53,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 50,
"end": 53,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 56,
"end": 60,
"ctxt": 0
},
"value": true
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "PrivateProperty",
"span": {
"start": 66,
"end": 83,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 73,
"end": 77,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 74,
"end": 77,
"ctxt": 0
},
"value": "baz",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 80,
"end": 82,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "PrivateMethod",
"span": {
"start": 88,
"end": 102,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 95,
"end": 97,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 96,
"end": 97,
"ctxt": 0
},
"value": "m",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 88,
"end": 102,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 100,
"end": 102,
"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": 107,
"end": 250,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 107,
"end": 113,
"ctxt": 0
},
"value": "method",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 114,
"end": 124,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 114,
"end": 124,
"ctxt": 0
},
"value": "thing",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 119,
"end": 124,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 121,
"end": 124,
"ctxt": 0
},
"kind": "any"
}
}
}
}
],
"decorators": [],
"span": {
"start": 107,
"end": 250,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 126,
"end": 250,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 136,
"end": 147,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 136,
"end": 146,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 136,
"end": 141,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 142,
"end": 146,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 143,
"end": 146,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 162,
"end": 173,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 162,
"end": 172,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 162,
"end": 170,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 162,
"end": 167,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 168,
"end": 170,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 169,
"end": 170,
"ctxt": 0
},
"value": "m",
"optional": false
}
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 182,
"end": 193,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 182,
"end": 192,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 182,
"end": 187,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 188,
"end": 192,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 189,
"end": 192,
"ctxt": 0
},
"value": "baz",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 202,
"end": 213,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 202,
"end": 212,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 202,
"end": 207,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 208,
"end": 212,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 209,
"end": 212,
"ctxt": 0
},
"value": "bar",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 231,
"end": 244,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 231,
"end": 243,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 231,
"end": 241,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 231,
"end": 236,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 237,
"end": 241,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 238,
"end": 241,
"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": 255,
"end": 388,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 255,
"end": 262,
"ctxt": 0
},
"value": "methodU",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 263,
"end": 277,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 263,
"end": 277,
"ctxt": 0
},
"value": "thing",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 268,
"end": 277,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 270,
"end": 277,
"ctxt": 0
},
"kind": "unknown"
}
}
}
}
],
"decorators": [],
"span": {
"start": 255,
"end": 388,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 279,
"end": 388,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 289,
"end": 300,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 289,
"end": 299,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 289,
"end": 294,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 295,
"end": 299,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 296,
"end": 299,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 309,
"end": 320,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 309,
"end": 319,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 309,
"end": 317,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 309,
"end": 314,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 315,
"end": 317,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 316,
"end": 317,
"ctxt": 0
},
"value": "m",
"optional": false
}
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 329,
"end": 340,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 329,
"end": 339,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 329,
"end": 334,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 335,
"end": 339,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 336,
"end": 339,
"ctxt": 0
},
"value": "baz",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 349,
"end": 360,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 349,
"end": 359,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 349,
"end": 354,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 355,
"end": 359,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 356,
"end": 359,
"ctxt": 0
},
"value": "bar",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 369,
"end": 382,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 369,
"end": 381,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 369,
"end": 379,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 369,
"end": 374,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 375,
"end": 379,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 376,
"end": 379,
"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": 393,
"end": 524,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 393,
"end": 400,
"ctxt": 0
},
"value": "methodN",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 401,
"end": 413,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 401,
"end": 413,
"ctxt": 0
},
"value": "thing",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 406,
"end": 413,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 408,
"end": 413,
"ctxt": 0
},
"kind": "never"
}
}
}
}
],
"decorators": [],
"span": {
"start": 393,
"end": 524,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 415,
"end": 524,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 425,
"end": 436,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 425,
"end": 435,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 425,
"end": 430,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 431,
"end": 435,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 432,
"end": 435,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 445,
"end": 456,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 445,
"end": 455,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 445,
"end": 453,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 445,
"end": 450,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 451,
"end": 453,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 452,
"end": 453,
"ctxt": 0
},
"value": "m",
"optional": false
}
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 465,
"end": 476,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 465,
"end": 475,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 465,
"end": 470,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 471,
"end": 475,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 472,
"end": 475,
"ctxt": 0
},
"value": "baz",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 485,
"end": 496,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 485,
"end": 495,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 485,
"end": 490,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 491,
"end": 495,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 492,
"end": 495,
"ctxt": 0
},
"value": "bar",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 505,
"end": 518,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 505,
"end": 517,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 505,
"end": 515,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 505,
"end": 510,
"ctxt": 0
},
"value": "thing",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 511,
"end": 515,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 512,
"end": 515,
"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": 526,
"end": 527,
"ctxt": 0
}
}
],
"interpreter": null
}