swc/crates/swc_ecma_parser/tests/tsc/for-inStatementsInvalid.json

2863 lines
73 KiB
JSON

{
"type": "Script",
"span": {
"start": 0,
"end": 1204,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 0,
"end": 20,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 4,
"end": 19,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 4,
"end": 11,
"ctxt": 0
},
"value": "aNumber",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 11,
"end": 19,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 13,
"end": 19,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ForInStatement",
"span": {
"start": 21,
"end": 44,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 26,
"end": 33,
"ctxt": 0
},
"value": "aNumber",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 37,
"end": 39,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "BlockStatement",
"span": {
"start": 41,
"end": 44,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 46,
"end": 68,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 50,
"end": 67,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 50,
"end": 58,
"ctxt": 0
},
"value": "aBoolean",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 58,
"end": 67,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 60,
"end": 67,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ForInStatement",
"span": {
"start": 69,
"end": 93,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 74,
"end": 82,
"ctxt": 0
},
"value": "aBoolean",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 86,
"end": 88,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "BlockStatement",
"span": {
"start": 90,
"end": 93,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 95,
"end": 115,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 99,
"end": 114,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 99,
"end": 106,
"ctxt": 0
},
"value": "aRegExp",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 106,
"end": 114,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 108,
"end": 114,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 108,
"end": 114,
"ctxt": 0
},
"value": "RegExp",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ForInStatement",
"span": {
"start": 116,
"end": 139,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 121,
"end": 128,
"ctxt": 0
},
"value": "aRegExp",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 132,
"end": 134,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "BlockStatement",
"span": {
"start": 136,
"end": 139,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 141,
"end": 173,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 146,
"end": 162,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 150,
"end": 162,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 150,
"end": 153,
"ctxt": 0
},
"value": "idx",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 154,
"end": 162,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 156,
"end": 162,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 166,
"end": 168,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "BlockStatement",
"span": {
"start": 170,
"end": 173,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 184,
"end": 186,
"ctxt": 0
},
"value": "fn",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 175,
"end": 198,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 195,
"end": 198,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 188,
"end": 194,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 190,
"end": 194,
"ctxt": 0
},
"kind": "void"
}
}
},
{
"type": "ForInStatement",
"span": {
"start": 199,
"end": 222,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 204,
"end": 209,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 208,
"end": 209,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 208,
"end": 209,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "CallExpression",
"span": {
"start": 213,
"end": 217,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 213,
"end": 215,
"ctxt": 0
},
"value": "fn",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"body": {
"type": "BlockStatement",
"span": {
"start": 219,
"end": 222,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 224,
"end": 252,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 228,
"end": 238,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 228,
"end": 229,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 230,
"end": 238,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 232,
"end": 238,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
},
{
"type": "VariableDeclarator",
"span": {
"start": 240,
"end": 248,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 240,
"end": 241,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 241,
"end": 248,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 242,
"end": 248,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
},
{
"type": "VariableDeclarator",
"span": {
"start": 250,
"end": 251,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 250,
"end": 251,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
{
"type": "ForInStatement",
"span": {
"start": 254,
"end": 279,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 259,
"end": 264,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 263,
"end": 264,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 263,
"end": 264,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 268,
"end": 274,
"ctxt": 0
},
"operator": "||",
"left": {
"type": "Identifier",
"span": {
"start": 268,
"end": 269,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 273,
"end": 274,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 276,
"end": 279,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 280,
"end": 308,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 285,
"end": 290,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 289,
"end": 290,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 289,
"end": 290,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ConditionalExpression",
"span": {
"start": 294,
"end": 303,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 294,
"end": 295,
"ctxt": 0
},
"value": "e",
"optional": false
},
"consequent": {
"type": "Identifier",
"span": {
"start": 298,
"end": 299,
"ctxt": 0
},
"value": "c",
"optional": false
},
"alternate": {
"type": "Identifier",
"span": {
"start": 302,
"end": 303,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 305,
"end": 308,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 309,
"end": 338,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 314,
"end": 319,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 318,
"end": 319,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 318,
"end": 319,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ConditionalExpression",
"span": {
"start": 323,
"end": 333,
"ctxt": 0
},
"test": {
"type": "NumericLiteral",
"span": {
"start": 323,
"end": 325,
"ctxt": 0
},
"value": 42.0
},
"consequent": {
"type": "Identifier",
"span": {
"start": 328,
"end": 329,
"ctxt": 0
},
"value": "c",
"optional": false
},
"alternate": {
"type": "Identifier",
"span": {
"start": 332,
"end": 333,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 335,
"end": 338,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 339,
"end": 368,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 344,
"end": 349,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 348,
"end": 349,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 348,
"end": 349,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ConditionalExpression",
"span": {
"start": 353,
"end": 363,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 353,
"end": 355,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"consequent": {
"type": "Identifier",
"span": {
"start": 358,
"end": 359,
"ctxt": 0
},
"value": "c",
"optional": false
},
"alternate": {
"type": "Identifier",
"span": {
"start": 362,
"end": 363,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 365,
"end": 368,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 369,
"end": 404,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 374,
"end": 379,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 378,
"end": 379,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 378,
"end": 379,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ConditionalExpression",
"span": {
"start": 383,
"end": 399,
"ctxt": 0
},
"test": {
"type": "NumericLiteral",
"span": {
"start": 383,
"end": 385,
"ctxt": 0
},
"value": 42.0
},
"consequent": {
"type": "MemberExpression",
"span": {
"start": 388,
"end": 392,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 388,
"end": 389,
"ctxt": 0
},
"value": "d",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 389,
"end": 392,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 390,
"end": 391,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
},
"alternate": {
"type": "MemberExpression",
"span": {
"start": 395,
"end": 399,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 395,
"end": 396,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 396,
"end": 399,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 397,
"end": 398,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 401,
"end": 404,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 405,
"end": 429,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 410,
"end": 415,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 414,
"end": 415,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 414,
"end": 415,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "MemberExpression",
"span": {
"start": 419,
"end": 424,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 419,
"end": 420,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 420,
"end": 424,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 421,
"end": 423,
"ctxt": 0
},
"value": 23.0
}
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 426,
"end": 429,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 431,
"end": 466,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 436,
"end": 441,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 440,
"end": 441,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 440,
"end": 441,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ParenthesisExpression",
"span": {
"start": 445,
"end": 461,
"ctxt": 0
},
"expression": {
"type": "ArrowFunctionExpression",
"span": {
"start": 446,
"end": 460,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 450,
"end": 454,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 451,
"end": 454,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 453,
"end": 454,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 453,
"end": 454,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"body": {
"type": "Identifier",
"span": {
"start": 459,
"end": 460,
"ctxt": 0
},
"value": "x",
"optional": false
},
"async": false,
"generator": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 446,
"end": 449,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 447,
"end": 448,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 447,
"end": 448,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
},
"returnType": null
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 463,
"end": 466,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 467,
"end": 534,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 472,
"end": 477,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 476,
"end": 477,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 476,
"end": 477,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "FunctionExpression",
"identifier": null,
"params": [
{
"type": "Parameter",
"span": {
"start": 491,
"end": 500,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 491,
"end": 500,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 492,
"end": 500,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 494,
"end": 500,
"ctxt": 0
},
"kind": "string"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 502,
"end": 511,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 502,
"end": 511,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 503,
"end": 511,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 505,
"end": 511,
"ctxt": 0
},
"kind": "number"
}
}
}
}
],
"decorators": [],
"span": {
"start": 481,
"end": 529,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 513,
"end": 529,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 515,
"end": 527,
"ctxt": 0
},
"argument": {
"type": "BinaryExpression",
"span": {
"start": 522,
"end": 527,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "Identifier",
"span": {
"start": 522,
"end": 523,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 526,
"end": 527,
"ctxt": 0
},
"value": "y",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"body": {
"type": "BlockStatement",
"span": {
"start": 531,
"end": 534,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 542,
"end": 543,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 536,
"end": 863,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 550,
"end": 698,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 550,
"end": 553,
"ctxt": 0
},
"value": "biz",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 550,
"end": 698,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 564,
"end": 698,
"ctxt": 0
},
"stmts": [
{
"type": "ForInStatement",
"span": {
"start": 574,
"end": 603,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 579,
"end": 584,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 583,
"end": 584,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 583,
"end": 584,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "CallExpression",
"span": {
"start": 588,
"end": 598,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 588,
"end": 596,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 588,
"end": 592,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 593,
"end": 596,
"ctxt": 0
},
"value": "biz",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"body": {
"type": "BlockStatement",
"span": {
"start": 600,
"end": 603,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 612,
"end": 639,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 617,
"end": 622,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 621,
"end": 622,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 621,
"end": 622,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "MemberExpression",
"span": {
"start": 626,
"end": 634,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 626,
"end": 630,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 631,
"end": 634,
"ctxt": 0
},
"value": "biz",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 636,
"end": 639,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 648,
"end": 671,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 653,
"end": 658,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 657,
"end": 658,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 657,
"end": 658,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ThisExpression",
"span": {
"start": 662,
"end": 666,
"ctxt": 0
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 668,
"end": 671,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ReturnStatement",
"span": {
"start": 680,
"end": 692,
"ctxt": 0
},
"argument": {
"type": "NullLiteral",
"span": {
"start": 687,
"end": 691,
"ctxt": 0
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 556,
"end": 564,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 558,
"end": 564,
"ctxt": 0
},
"kind": "number"
}
}
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 704,
"end": 861,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 711,
"end": 714,
"ctxt": 0
},
"value": "baz",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 704,
"end": 861,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 726,
"end": 861,
"ctxt": 0
},
"stmts": [
{
"type": "ForInStatement",
"span": {
"start": 736,
"end": 759,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 741,
"end": 746,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 745,
"end": 746,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 745,
"end": 746,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ThisExpression",
"span": {
"start": 750,
"end": 754,
"ctxt": 0
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 756,
"end": 759,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 768,
"end": 795,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 773,
"end": 778,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 777,
"end": 778,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 777,
"end": 778,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "MemberExpression",
"span": {
"start": 782,
"end": 790,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 782,
"end": 786,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 787,
"end": 790,
"ctxt": 0
},
"value": "baz",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 792,
"end": 795,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 804,
"end": 833,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 809,
"end": 814,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 813,
"end": 814,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 813,
"end": 814,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "CallExpression",
"span": {
"start": 818,
"end": 828,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 818,
"end": 826,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 818,
"end": 822,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 823,
"end": 826,
"ctxt": 0
},
"value": "baz",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"body": {
"type": "BlockStatement",
"span": {
"start": 830,
"end": 833,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ReturnStatement",
"span": {
"start": 843,
"end": 855,
"ctxt": 0
},
"argument": {
"type": "NullLiteral",
"span": {
"start": 850,
"end": 854,
"ctxt": 0
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 717,
"end": 725,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 719,
"end": 725,
"ctxt": 0
},
"kind": "number"
}
}
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 871,
"end": 872,
"ctxt": 0
},
"value": "B",
"optional": false
},
"declare": false,
"span": {
"start": 865,
"end": 1108,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 889,
"end": 1106,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 889,
"end": 892,
"ctxt": 0
},
"value": "boz",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 889,
"end": 1106,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 895,
"end": 1106,
"ctxt": 0
},
"stmts": [
{
"type": "ForInStatement",
"span": {
"start": 905,
"end": 934,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 910,
"end": 915,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 914,
"end": 915,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 914,
"end": 915,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "CallExpression",
"span": {
"start": 919,
"end": 929,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 919,
"end": 927,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 919,
"end": 923,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 924,
"end": 927,
"ctxt": 0
},
"value": "biz",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"body": {
"type": "BlockStatement",
"span": {
"start": 931,
"end": 934,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 943,
"end": 970,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 948,
"end": 953,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 952,
"end": 953,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 952,
"end": 953,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "MemberExpression",
"span": {
"start": 957,
"end": 965,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 957,
"end": 961,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 962,
"end": 965,
"ctxt": 0
},
"value": "biz",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 967,
"end": 970,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 979,
"end": 1002,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 984,
"end": 989,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 988,
"end": 989,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 988,
"end": 989,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ThisExpression",
"span": {
"start": 993,
"end": 997,
"ctxt": 0
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 999,
"end": 1002,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 1012,
"end": 1040,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 1017,
"end": 1022,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1021,
"end": 1022,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1021,
"end": 1022,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "SuperPropExpression",
"span": {
"start": 1026,
"end": 1035,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 1026,
"end": 1031,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1032,
"end": 1035,
"ctxt": 0
},
"value": "biz",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1037,
"end": 1040,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 1049,
"end": 1079,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 1054,
"end": 1059,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1058,
"end": 1059,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1058,
"end": 1059,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "CallExpression",
"span": {
"start": 1063,
"end": 1074,
"ctxt": 0
},
"callee": {
"type": "SuperPropExpression",
"span": {
"start": 1063,
"end": 1072,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 1063,
"end": 1068,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1069,
"end": 1072,
"ctxt": 0
},
"value": "biz",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1076,
"end": 1079,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ReturnStatement",
"span": {
"start": 1088,
"end": 1100,
"ctxt": 0
},
"argument": {
"type": "NullLiteral",
"span": {
"start": 1095,
"end": 1099,
"ctxt": 0
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 881,
"end": 882,
"ctxt": 0
},
"value": "A",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1110,
"end": 1168,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1120,
"end": 1121,
"ctxt": 0
},
"value": "I",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1122,
"end": 1168,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 1128,
"end": 1139,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1128,
"end": 1130,
"ctxt": 0
},
"value": "id",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1130,
"end": 1138,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1132,
"end": 1138,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 1145,
"end": 1156,
"ctxt": 0
},
"value": "idx",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1148,
"end": 1156,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1150,
"end": 1156,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1157,
"end": 1165,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1159,
"end": 1165,
"ctxt": 0
},
"kind": "number"
}
},
"readonly": false,
"static": false,
"span": {
"start": 1144,
"end": 1166,
"ctxt": 0
}
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 1169,
"end": 1178,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1173,
"end": 1177,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1173,
"end": 1174,
"ctxt": 0
},
"value": "i",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1174,
"end": 1177,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1176,
"end": 1177,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1176,
"end": 1177,
"ctxt": 0
},
"value": "I",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ForInStatement",
"span": {
"start": 1180,
"end": 1204,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 1185,
"end": 1190,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1189,
"end": 1190,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1189,
"end": 1190,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1194,
"end": 1199,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1194,
"end": 1195,
"ctxt": 0
},
"value": "i",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1195,
"end": 1199,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1196,
"end": 1198,
"ctxt": 0
},
"value": 42.0
}
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1201,
"end": 1204,
"ctxt": 0
},
"stmts": []
}
}
],
"interpreter": null
}