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

3528 lines
118 KiB
JSON

{
"type": "Script",
"span": {
"start": 80,
"end": 2911,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 86,
"end": 89,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"declare": false,
"span": {
"start": 80,
"end": 2751,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 96,
"end": 107,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 96,
"end": 102,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 97,
"end": 102,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 105,
"end": 106,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "PrivateProperty",
"span": {
"start": 112,
"end": 136,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 119,
"end": 131,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 120,
"end": 131,
"ctxt": 0
},
"value": "staticField",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 134,
"end": 135,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "PrivateMethod",
"span": {
"start": 141,
"end": 153,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 141,
"end": 148,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 142,
"end": 148,
"ctxt": 0
},
"value": "method",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 141,
"end": 153,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 151,
"end": 153,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "PrivateMethod",
"span": {
"start": 158,
"end": 183,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 165,
"end": 178,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 166,
"end": 178,
"ctxt": 0
},
"value": "staticMethod",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 158,
"end": 183,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 181,
"end": 183,
"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": 189,
"end": 479,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 189,
"end": 196,
"ctxt": 0
},
"value": "goodRhs",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 197,
"end": 203,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 197,
"end": 203,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 198,
"end": 203,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 200,
"end": 203,
"ctxt": 0
},
"kind": "any"
}
}
}
}
],
"decorators": [],
"span": {
"start": 189,
"end": 479,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 205,
"end": 479,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 215,
"end": 237,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 221,
"end": 236,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 221,
"end": 222,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 225,
"end": 236,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 225,
"end": 231,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 226,
"end": 231,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 235,
"end": 236,
"ctxt": 0
},
"value": "v",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 247,
"end": 275,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 253,
"end": 274,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 253,
"end": 254,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 257,
"end": 274,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 257,
"end": 263,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 258,
"end": 263,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 267,
"end": 274,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 267,
"end": 271,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 267,
"end": 268,
"ctxt": 0
},
"value": "v",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 269,
"end": 271,
"ctxt": 0
},
"value": "p1",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 272,
"end": 274,
"ctxt": 0
},
"value": "p2",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 285,
"end": 315,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 291,
"end": 314,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 291,
"end": 292,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 295,
"end": 314,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 295,
"end": 301,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 296,
"end": 301,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "ParenthesisExpression",
"span": {
"start": 305,
"end": 314,
"ctxt": 0
},
"expression": {
"type": "TsAsExpression",
"span": {
"start": 306,
"end": 313,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 306,
"end": 307,
"ctxt": 0
},
"value": "v",
"optional": false
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 311,
"end": 313,
"ctxt": 0
},
"members": []
}
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 325,
"end": 356,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 331,
"end": 355,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 331,
"end": 332,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 335,
"end": 355,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 335,
"end": 341,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 336,
"end": 341,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "ParenthesisExpression",
"span": {
"start": 345,
"end": 355,
"ctxt": 0
},
"expression": {
"type": "TsAsExpression",
"span": {
"start": 346,
"end": 354,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 346,
"end": 347,
"ctxt": 0
},
"value": "v",
"optional": false
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 351,
"end": 354,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 351,
"end": 354,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"typeParams": null
}
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 366,
"end": 399,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 372,
"end": 398,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 372,
"end": 373,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 376,
"end": 398,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 376,
"end": 382,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 377,
"end": 382,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "ParenthesisExpression",
"span": {
"start": 386,
"end": 398,
"ctxt": 0
},
"expression": {
"type": "TsAsExpression",
"span": {
"start": 387,
"end": 397,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 387,
"end": 388,
"ctxt": 0
},
"value": "v",
"optional": false
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 392,
"end": 397,
"ctxt": 0
},
"kind": "never"
}
}
}
},
"definite": false
}
]
},
{
"type": "ForInStatement",
"span": {
"start": 409,
"end": 451,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 414,
"end": 419,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 418,
"end": 419,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 418,
"end": 419,
"ctxt": 0
},
"value": "f",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "TsAsExpression",
"span": {
"start": 423,
"end": 441,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 423,
"end": 434,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 423,
"end": 429,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 424,
"end": 429,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 433,
"end": 434,
"ctxt": 0
},
"value": "v",
"optional": false
}
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 438,
"end": 441,
"ctxt": 0
},
"kind": "any"
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 443,
"end": 451,
"ctxt": 0
},
"stmts": []
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 484,
"end": 888,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 484,
"end": 490,
"ctxt": 0
},
"value": "badRhs",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 491,
"end": 497,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 491,
"end": 497,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 492,
"end": 497,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 494,
"end": 497,
"ctxt": 0
},
"kind": "any"
}
}
}
}
],
"decorators": [],
"span": {
"start": 484,
"end": 888,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 499,
"end": 888,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 509,
"end": 544,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 515,
"end": 543,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 515,
"end": 516,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 519,
"end": 543,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 519,
"end": 525,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 520,
"end": 525,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "ParenthesisExpression",
"span": {
"start": 529,
"end": 543,
"ctxt": 0
},
"expression": {
"type": "TsAsExpression",
"span": {
"start": 530,
"end": 542,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 530,
"end": 531,
"ctxt": 0
},
"value": "v",
"optional": false
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 535,
"end": 542,
"ctxt": 0
},
"kind": "unknown"
}
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 600,
"end": 621,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 606,
"end": 620,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 606,
"end": 607,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 610,
"end": 620,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 610,
"end": 615,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 611,
"end": 615,
"ctxt": 0
},
"value": "fiel",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 619,
"end": 620,
"ctxt": 0
},
"value": "v",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 658,
"end": 682,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 664,
"end": 681,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 664,
"end": 665,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 668,
"end": 681,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "ParenthesisExpression",
"span": {
"start": 668,
"end": 676,
"ctxt": 0
},
"expression": {
"type": "PrivateName",
"span": {
"start": 669,
"end": 675,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 670,
"end": 675,
"ctxt": 0
},
"value": "field",
"optional": false
}
}
},
"right": {
"type": "Identifier",
"span": {
"start": 680,
"end": 681,
"ctxt": 0
},
"value": "v",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "ForInStatement",
"span": {
"start": 743,
"end": 769,
"ctxt": 0
},
"left": {
"type": "PrivateName",
"span": {
"start": 748,
"end": 754,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 749,
"end": 754,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 758,
"end": 759,
"ctxt": 0
},
"value": "v",
"optional": false
},
"body": {
"type": "BlockStatement",
"span": {
"start": 761,
"end": 769,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 805,
"end": 840,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 810,
"end": 815,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 814,
"end": 815,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 814,
"end": 815,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 819,
"end": 830,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 819,
"end": 825,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 820,
"end": 825,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 829,
"end": 830,
"ctxt": 0
},
"value": "v",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 832,
"end": 840,
"ctxt": 0
},
"stmts": []
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 893,
"end": 1012,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 893,
"end": 903,
"ctxt": 0
},
"value": "whitespace",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 904,
"end": 910,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 904,
"end": 910,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 905,
"end": 910,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 907,
"end": 910,
"ctxt": 0
},
"kind": "any"
}
}
}
}
],
"decorators": [],
"span": {
"start": 893,
"end": 1012,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 912,
"end": 1012,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 922,
"end": 1001,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 928,
"end": 1001,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 928,
"end": 929,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 932,
"end": 1001,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "Identifier",
"span": {
"start": 932,
"end": 933,
"ctxt": 0
},
"value": "v",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 942,
"end": 1001,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 942,
"end": 948,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 943,
"end": 948,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1000,
"end": 1001,
"ctxt": 0
},
"value": "v",
"optional": false
}
}
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 1017,
"end": 2749,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1017,
"end": 1021,
"ctxt": 0
},
"value": "flow",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 1022,
"end": 1032,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1022,
"end": 1032,
"ctxt": 0
},
"value": "u",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1023,
"end": 1032,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1025,
"end": 1032,
"ctxt": 0
},
"kind": "unknown"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1034,
"end": 1042,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1034,
"end": 1042,
"ctxt": 0
},
"value": "n",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1035,
"end": 1042,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1037,
"end": 1042,
"ctxt": 0
},
"kind": "never"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1044,
"end": 1057,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1044,
"end": 1057,
"ctxt": 0
},
"value": "fb",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1046,
"end": 1057,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1048,
"end": 1057,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1048,
"end": 1051,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1048,
"end": 1051,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1054,
"end": 1057,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1054,
"end": 1057,
"ctxt": 0
},
"value": "Bar",
"optional": false
},
"typeParams": null
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1059,
"end": 1069,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1059,
"end": 1069,
"ctxt": 0
},
"value": "fs",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1061,
"end": 1069,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1063,
"end": 1069,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1063,
"end": 1069,
"ctxt": 0
},
"value": "FooSub",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1071,
"end": 1077,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1071,
"end": 1077,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1072,
"end": 1077,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1074,
"end": 1077,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1074,
"end": 1077,
"ctxt": 0
},
"value": "Bar",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1079,
"end": 1096,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1079,
"end": 1096,
"ctxt": 0
},
"value": "fsb",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1082,
"end": 1096,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1084,
"end": 1096,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1084,
"end": 1090,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1084,
"end": 1090,
"ctxt": 0
},
"value": "FooSub",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1093,
"end": 1096,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1093,
"end": 1096,
"ctxt": 0
},
"value": "Bar",
"optional": false
},
"typeParams": null
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1098,
"end": 1122,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1098,
"end": 1122,
"ctxt": 0
},
"value": "fsfb",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1102,
"end": 1122,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1104,
"end": 1122,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1104,
"end": 1107,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1104,
"end": 1107,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1110,
"end": 1116,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1110,
"end": 1116,
"ctxt": 0
},
"value": "FooSub",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1119,
"end": 1122,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1119,
"end": 1122,
"ctxt": 0
},
"value": "Bar",
"optional": false
},
"typeParams": null
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 1017,
"end": 2749,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1124,
"end": 2749,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 1135,
"end": 1921,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1139,
"end": 1160,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "UnaryExpression",
"span": {
"start": 1139,
"end": 1147,
"ctxt": 0
},
"operator": "typeof",
"argument": {
"type": "Identifier",
"span": {
"start": 1146,
"end": 1147,
"ctxt": 0
},
"value": "u",
"optional": false
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 1152,
"end": 1160,
"ctxt": 0
},
"value": "object",
"raw": "'object'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1162,
"end": 1921,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 1176,
"end": 1246,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1180,
"end": 1191,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 1180,
"end": 1186,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1181,
"end": 1186,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1190,
"end": 1191,
"ctxt": 0
},
"value": "n",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1193,
"end": 1246,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1211,
"end": 1213,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1211,
"end": 1212,
"ctxt": 0
},
"value": "n",
"optional": false
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 1260,
"end": 1395,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1264,
"end": 1275,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 1264,
"end": 1270,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1265,
"end": 1270,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1274,
"end": 1275,
"ctxt": 0
},
"value": "u",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1277,
"end": 1328,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1295,
"end": 1297,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1295,
"end": 1296,
"ctxt": 0
},
"value": "u",
"optional": false
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 1334,
"end": 1395,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1352,
"end": 1354,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1352,
"end": 1353,
"ctxt": 0
},
"value": "u",
"optional": false
}
}
]
}
},
{
"type": "IfStatement",
"span": {
"start": 1409,
"end": 1911,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1413,
"end": 1423,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1413,
"end": 1414,
"ctxt": 0
},
"value": "u",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1419,
"end": 1423,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1425,
"end": 1911,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 1443,
"end": 1587,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1447,
"end": 1458,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 1447,
"end": 1453,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1448,
"end": 1453,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1457,
"end": 1458,
"ctxt": 0
},
"value": "u",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1460,
"end": 1519,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1482,
"end": 1484,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1482,
"end": 1483,
"ctxt": 0
},
"value": "u",
"optional": false
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 1525,
"end": 1587,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1547,
"end": 1549,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1547,
"end": 1548,
"ctxt": 0
},
"value": "u",
"optional": false
}
}
]
}
},
{
"type": "IfStatement",
"span": {
"start": 1605,
"end": 1682,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1609,
"end": 1621,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 1609,
"end": 1616,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1610,
"end": 1616,
"ctxt": 0
},
"value": "method",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1620,
"end": 1621,
"ctxt": 0
},
"value": "u",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1623,
"end": 1682,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1645,
"end": 1647,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1645,
"end": 1646,
"ctxt": 0
},
"value": "u",
"optional": false
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 1700,
"end": 1789,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1704,
"end": 1721,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 1704,
"end": 1716,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1705,
"end": 1716,
"ctxt": 0
},
"value": "staticField",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1720,
"end": 1721,
"ctxt": 0
},
"value": "u",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1723,
"end": 1789,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1745,
"end": 1747,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1745,
"end": 1746,
"ctxt": 0
},
"value": "u",
"optional": false
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 1807,
"end": 1897,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1811,
"end": 1829,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 1811,
"end": 1824,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1812,
"end": 1824,
"ctxt": 0
},
"value": "staticMethod",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1828,
"end": 1829,
"ctxt": 0
},
"value": "u",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1831,
"end": 1897,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1853,
"end": 1855,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1853,
"end": 1854,
"ctxt": 0
},
"value": "u",
"optional": false
}
}
]
},
"alternate": null
}
]
},
"alternate": null
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 1931,
"end": 2045,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1935,
"end": 1947,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 1935,
"end": 1941,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1936,
"end": 1941,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1945,
"end": 1947,
"ctxt": 0
},
"value": "fb",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1949,
"end": 1994,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1963,
"end": 1966,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1963,
"end": 1965,
"ctxt": 0
},
"value": "fb",
"optional": false
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 2000,
"end": 2045,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2014,
"end": 2017,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2014,
"end": 2016,
"ctxt": 0
},
"value": "fb",
"optional": false
}
}
]
}
},
{
"type": "IfStatement",
"span": {
"start": 2055,
"end": 2174,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 2059,
"end": 2071,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 2059,
"end": 2065,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2060,
"end": 2065,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2069,
"end": 2071,
"ctxt": 0
},
"value": "fs",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 2073,
"end": 2121,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2087,
"end": 2090,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2087,
"end": 2089,
"ctxt": 0
},
"value": "fs",
"optional": false
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 2127,
"end": 2174,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2141,
"end": 2144,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2141,
"end": 2143,
"ctxt": 0
},
"value": "fs",
"optional": false
}
}
]
}
},
{
"type": "IfStatement",
"span": {
"start": 2184,
"end": 2301,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 2188,
"end": 2199,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 2188,
"end": 2194,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2189,
"end": 2194,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2198,
"end": 2199,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 2201,
"end": 2252,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2215,
"end": 2217,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2215,
"end": 2216,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 2258,
"end": 2301,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2272,
"end": 2274,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2272,
"end": 2273,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
]
}
},
{
"type": "IfStatement",
"span": {
"start": 2311,
"end": 2433,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 2315,
"end": 2328,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 2315,
"end": 2321,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2316,
"end": 2321,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2325,
"end": 2328,
"ctxt": 0
},
"value": "fsb",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 2330,
"end": 2380,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2344,
"end": 2348,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2344,
"end": 2347,
"ctxt": 0
},
"value": "fsb",
"optional": false
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 2386,
"end": 2433,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2400,
"end": 2404,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2400,
"end": 2403,
"ctxt": 0
},
"value": "fsb",
"optional": false
}
}
]
}
},
{
"type": "IfStatement",
"span": {
"start": 2443,
"end": 2578,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 2447,
"end": 2461,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 2447,
"end": 2453,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2448,
"end": 2453,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2457,
"end": 2461,
"ctxt": 0
},
"value": "fsfb",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 2463,
"end": 2523,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2477,
"end": 2482,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2477,
"end": 2481,
"ctxt": 0
},
"value": "fsfb",
"optional": false
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 2529,
"end": 2578,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2543,
"end": 2548,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2543,
"end": 2547,
"ctxt": 0
},
"value": "fsfb",
"optional": false
}
}
]
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2594,
"end": 2600,
"ctxt": 0
},
"value": "Nested",
"optional": false
},
"declare": false,
"span": {
"start": 2588,
"end": 2743,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 2615,
"end": 2733,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2615,
"end": 2616,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 2617,
"end": 2623,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2617,
"end": 2623,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2618,
"end": 2623,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2620,
"end": 2623,
"ctxt": 0
},
"kind": "any"
}
}
}
}
],
"decorators": [],
"span": {
"start": 2615,
"end": 2733,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2625,
"end": 2733,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 2643,
"end": 2719,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 2647,
"end": 2658,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 2647,
"end": 2653,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2648,
"end": 2653,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2657,
"end": 2658,
"ctxt": 0
},
"value": "v",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 2660,
"end": 2719,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2682,
"end": 2684,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2682,
"end": 2683,
"ctxt": 0
},
"value": "v",
"optional": false
}
}
]
},
"alternate": 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": []
}
]
},
"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": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2759,
"end": 2765,
"ctxt": 0
},
"value": "FooSub",
"optional": false
},
"declare": false,
"span": {
"start": 2753,
"end": 2801,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 2780,
"end": 2799,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2780,
"end": 2792,
"ctxt": 0
},
"value": "subTypeOfFoo",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 2795,
"end": 2799,
"ctxt": 0
},
"value": true
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 2774,
"end": 2777,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2808,
"end": 2811,
"ctxt": 0
},
"value": "Bar",
"optional": false
},
"declare": false,
"span": {
"start": 2802,
"end": 2829,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 2814,
"end": 2827,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2814,
"end": 2820,
"ctxt": 0
},
"value": "notFoo",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 2823,
"end": 2827,
"ctxt": 0
},
"value": true
},
"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": []
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2840,
"end": 2849,
"ctxt": 0
},
"value": "badSyntax",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 2850,
"end": 2856,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2850,
"end": 2856,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2851,
"end": 2856,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2853,
"end": 2856,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2853,
"end": 2856,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 2831,
"end": 2911,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2858,
"end": 2911,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 2864,
"end": 2883,
"ctxt": 0
},
"argument": {
"type": "BinaryExpression",
"span": {
"start": 2871,
"end": 2882,
"ctxt": 0
},
"operator": "in",
"left": {
"type": "PrivateName",
"span": {
"start": 2871,
"end": 2877,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2872,
"end": 2877,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2881,
"end": 2882,
"ctxt": 0
},
"value": "v",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}