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

2866 lines
73 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 1205,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 1,
"end": 21,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 5,
"end": 20,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 5,
"end": 12,
"ctxt": 0
},
"value": "aNumber",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 12,
"end": 20,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 14,
"end": 20,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ForInStatement",
"span": {
"start": 22,
"end": 45,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 27,
"end": 34,
"ctxt": 0
},
"value": "aNumber",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 38,
"end": 40,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "BlockStatement",
"span": {
"start": 42,
"end": 45,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 47,
"end": 69,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 51,
"end": 68,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 51,
"end": 59,
"ctxt": 0
},
"value": "aBoolean",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 59,
"end": 68,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 61,
"end": 68,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ForInStatement",
"span": {
"start": 70,
"end": 94,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 75,
"end": 83,
"ctxt": 0
},
"value": "aBoolean",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 87,
"end": 89,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "BlockStatement",
"span": {
"start": 91,
"end": 94,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 96,
"end": 116,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 100,
"end": 115,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 100,
"end": 107,
"ctxt": 0
},
"value": "aRegExp",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 107,
"end": 115,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 109,
"end": 115,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 109,
"end": 115,
"ctxt": 0
},
"value": "RegExp",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ForInStatement",
"span": {
"start": 117,
"end": 140,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 122,
"end": 129,
"ctxt": 0
},
"value": "aRegExp",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 133,
"end": 135,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "BlockStatement",
"span": {
"start": 137,
"end": 140,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 142,
"end": 174,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 147,
"end": 163,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 151,
"end": 163,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 151,
"end": 154,
"ctxt": 0
},
"value": "idx",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 155,
"end": 163,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 157,
"end": 163,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 167,
"end": 169,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "BlockStatement",
"span": {
"start": 171,
"end": 174,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 185,
"end": 187,
"ctxt": 0
},
"value": "fn",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 176,
"end": 199,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 196,
"end": 199,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 189,
"end": 195,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 191,
"end": 195,
"ctxt": 0
},
"kind": "void"
}
}
},
{
"type": "ForInStatement",
"span": {
"start": 200,
"end": 223,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 205,
"end": 210,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 209,
"end": 210,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 209,
"end": 210,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "CallExpression",
"span": {
"start": 214,
"end": 218,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 214,
"end": 216,
"ctxt": 0
},
"value": "fn",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"body": {
"type": "BlockStatement",
"span": {
"start": 220,
"end": 223,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 225,
"end": 253,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 229,
"end": 239,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 229,
"end": 230,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 231,
"end": 239,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 233,
"end": 239,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
},
{
"type": "VariableDeclarator",
"span": {
"start": 241,
"end": 249,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 241,
"end": 242,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 242,
"end": 249,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 243,
"end": 249,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
},
{
"type": "VariableDeclarator",
"span": {
"start": 251,
"end": 252,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 251,
"end": 252,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
{
"type": "ForInStatement",
"span": {
"start": 255,
"end": 280,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 260,
"end": 265,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 264,
"end": 265,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 264,
"end": 265,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 269,
"end": 275,
"ctxt": 0
},
"operator": "||",
"left": {
"type": "Identifier",
"span": {
"start": 269,
"end": 270,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 274,
"end": 275,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 277,
"end": 280,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 281,
"end": 309,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 286,
"end": 291,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 290,
"end": 291,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 290,
"end": 291,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ConditionalExpression",
"span": {
"start": 295,
"end": 304,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 295,
"end": 296,
"ctxt": 0
},
"value": "e",
"optional": false
},
"consequent": {
"type": "Identifier",
"span": {
"start": 299,
"end": 300,
"ctxt": 0
},
"value": "c",
"optional": false
},
"alternate": {
"type": "Identifier",
"span": {
"start": 303,
"end": 304,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 306,
"end": 309,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 310,
"end": 339,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 315,
"end": 320,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 319,
"end": 320,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 319,
"end": 320,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ConditionalExpression",
"span": {
"start": 324,
"end": 334,
"ctxt": 0
},
"test": {
"type": "NumericLiteral",
"span": {
"start": 324,
"end": 326,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
},
"consequent": {
"type": "Identifier",
"span": {
"start": 329,
"end": 330,
"ctxt": 0
},
"value": "c",
"optional": false
},
"alternate": {
"type": "Identifier",
"span": {
"start": 333,
"end": 334,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 336,
"end": 339,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 340,
"end": 369,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 345,
"end": 350,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 349,
"end": 350,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 349,
"end": 350,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ConditionalExpression",
"span": {
"start": 354,
"end": 364,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 354,
"end": 356,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"consequent": {
"type": "Identifier",
"span": {
"start": 359,
"end": 360,
"ctxt": 0
},
"value": "c",
"optional": false
},
"alternate": {
"type": "Identifier",
"span": {
"start": 363,
"end": 364,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 366,
"end": 369,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 370,
"end": 405,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 375,
"end": 380,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 379,
"end": 380,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 379,
"end": 380,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ConditionalExpression",
"span": {
"start": 384,
"end": 400,
"ctxt": 0
},
"test": {
"type": "NumericLiteral",
"span": {
"start": 384,
"end": 386,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
},
"consequent": {
"type": "MemberExpression",
"span": {
"start": 389,
"end": 393,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 389,
"end": 390,
"ctxt": 0
},
"value": "d",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 390,
"end": 393,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 391,
"end": 392,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
},
"alternate": {
"type": "MemberExpression",
"span": {
"start": 396,
"end": 400,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 396,
"end": 397,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 397,
"end": 400,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 398,
"end": 399,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 402,
"end": 405,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 406,
"end": 430,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 411,
"end": 416,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 415,
"end": 416,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 415,
"end": 416,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "MemberExpression",
"span": {
"start": 420,
"end": 425,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 420,
"end": 421,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 421,
"end": 425,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 422,
"end": 424,
"ctxt": 0
},
"value": 23.0,
"raw": "23"
}
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 427,
"end": 430,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 432,
"end": 467,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 437,
"end": 442,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 441,
"end": 442,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 441,
"end": 442,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ParenthesisExpression",
"span": {
"start": 446,
"end": 462,
"ctxt": 0
},
"expression": {
"type": "ArrowFunctionExpression",
"span": {
"start": 447,
"end": 461,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 451,
"end": 455,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 452,
"end": 455,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 454,
"end": 455,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 454,
"end": 455,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"body": {
"type": "Identifier",
"span": {
"start": 460,
"end": 461,
"ctxt": 0
},
"value": "x",
"optional": false
},
"async": false,
"generator": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 447,
"end": 450,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 448,
"end": 449,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 448,
"end": 449,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": null,
"default": null
}
]
},
"returnType": null
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 464,
"end": 467,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 468,
"end": 535,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 473,
"end": 478,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 477,
"end": 478,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 477,
"end": 478,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "FunctionExpression",
"identifier": null,
"params": [
{
"type": "Parameter",
"span": {
"start": 492,
"end": 501,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 492,
"end": 501,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 493,
"end": 501,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 495,
"end": 501,
"ctxt": 0
},
"kind": "string"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 503,
"end": 512,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 503,
"end": 512,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 504,
"end": 512,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 506,
"end": 512,
"ctxt": 0
},
"kind": "number"
}
}
}
}
],
"decorators": [],
"span": {
"start": 482,
"end": 530,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 514,
"end": 530,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 516,
"end": 528,
"ctxt": 0
},
"argument": {
"type": "BinaryExpression",
"span": {
"start": 523,
"end": 528,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "Identifier",
"span": {
"start": 523,
"end": 524,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 527,
"end": 528,
"ctxt": 0
},
"value": "y",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"body": {
"type": "BlockStatement",
"span": {
"start": 532,
"end": 535,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 543,
"end": 544,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 537,
"end": 864,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 551,
"end": 699,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 551,
"end": 554,
"ctxt": 0
},
"value": "biz",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 551,
"end": 699,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 565,
"end": 699,
"ctxt": 0
},
"stmts": [
{
"type": "ForInStatement",
"span": {
"start": 575,
"end": 604,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 580,
"end": 585,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 584,
"end": 585,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 584,
"end": 585,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "CallExpression",
"span": {
"start": 589,
"end": 599,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 589,
"end": 597,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 589,
"end": 593,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 594,
"end": 597,
"ctxt": 0
},
"value": "biz",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"body": {
"type": "BlockStatement",
"span": {
"start": 601,
"end": 604,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 613,
"end": 640,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 618,
"end": 623,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 622,
"end": 623,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 622,
"end": 623,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "MemberExpression",
"span": {
"start": 627,
"end": 635,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 627,
"end": 631,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 632,
"end": 635,
"ctxt": 0
},
"value": "biz",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 637,
"end": 640,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 649,
"end": 672,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 654,
"end": 659,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 658,
"end": 659,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 658,
"end": 659,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ThisExpression",
"span": {
"start": 663,
"end": 667,
"ctxt": 0
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 669,
"end": 672,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ReturnStatement",
"span": {
"start": 681,
"end": 693,
"ctxt": 0
},
"argument": {
"type": "NullLiteral",
"span": {
"start": 688,
"end": 692,
"ctxt": 0
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 557,
"end": 565,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 559,
"end": 565,
"ctxt": 0
},
"kind": "number"
}
}
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 705,
"end": 862,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 712,
"end": 715,
"ctxt": 0
},
"value": "baz",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 705,
"end": 862,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 727,
"end": 862,
"ctxt": 0
},
"stmts": [
{
"type": "ForInStatement",
"span": {
"start": 737,
"end": 760,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 742,
"end": 747,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 746,
"end": 747,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 746,
"end": 747,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ThisExpression",
"span": {
"start": 751,
"end": 755,
"ctxt": 0
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 757,
"end": 760,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 769,
"end": 796,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 774,
"end": 779,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 778,
"end": 779,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 778,
"end": 779,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "MemberExpression",
"span": {
"start": 783,
"end": 791,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 783,
"end": 787,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 788,
"end": 791,
"ctxt": 0
},
"value": "baz",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 793,
"end": 796,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 805,
"end": 834,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 810,
"end": 815,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 814,
"end": 815,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 814,
"end": 815,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "CallExpression",
"span": {
"start": 819,
"end": 829,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 819,
"end": 827,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 819,
"end": 823,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 824,
"end": 827,
"ctxt": 0
},
"value": "baz",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"body": {
"type": "BlockStatement",
"span": {
"start": 831,
"end": 834,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ReturnStatement",
"span": {
"start": 844,
"end": 856,
"ctxt": 0
},
"argument": {
"type": "NullLiteral",
"span": {
"start": 851,
"end": 855,
"ctxt": 0
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 718,
"end": 726,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 720,
"end": 726,
"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": 872,
"end": 873,
"ctxt": 0
},
"value": "B",
"optional": false
},
"declare": false,
"span": {
"start": 866,
"end": 1109,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 890,
"end": 1107,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 890,
"end": 893,
"ctxt": 0
},
"value": "boz",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 890,
"end": 1107,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 896,
"end": 1107,
"ctxt": 0
},
"stmts": [
{
"type": "ForInStatement",
"span": {
"start": 906,
"end": 935,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 911,
"end": 916,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 915,
"end": 916,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 915,
"end": 916,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "CallExpression",
"span": {
"start": 920,
"end": 930,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 920,
"end": 928,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 920,
"end": 924,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 925,
"end": 928,
"ctxt": 0
},
"value": "biz",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"body": {
"type": "BlockStatement",
"span": {
"start": 932,
"end": 935,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 944,
"end": 971,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 949,
"end": 954,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 953,
"end": 954,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 953,
"end": 954,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "MemberExpression",
"span": {
"start": 958,
"end": 966,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 958,
"end": 962,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 963,
"end": 966,
"ctxt": 0
},
"value": "biz",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 968,
"end": 971,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 980,
"end": 1003,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 985,
"end": 990,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 989,
"end": 990,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 989,
"end": 990,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ThisExpression",
"span": {
"start": 994,
"end": 998,
"ctxt": 0
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1000,
"end": 1003,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 1013,
"end": 1041,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 1018,
"end": 1023,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1022,
"end": 1023,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1022,
"end": 1023,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "SuperPropExpression",
"span": {
"start": 1027,
"end": 1036,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 1027,
"end": 1032,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1033,
"end": 1036,
"ctxt": 0
},
"value": "biz",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1038,
"end": 1041,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ForInStatement",
"span": {
"start": 1050,
"end": 1080,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 1055,
"end": 1060,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1059,
"end": 1060,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1059,
"end": 1060,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "CallExpression",
"span": {
"start": 1064,
"end": 1075,
"ctxt": 0
},
"callee": {
"type": "SuperPropExpression",
"span": {
"start": 1064,
"end": 1073,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 1064,
"end": 1069,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1070,
"end": 1073,
"ctxt": 0
},
"value": "biz",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1077,
"end": 1080,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "ReturnStatement",
"span": {
"start": 1089,
"end": 1101,
"ctxt": 0
},
"argument": {
"type": "NullLiteral",
"span": {
"start": 1096,
"end": 1100,
"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": 882,
"end": 883,
"ctxt": 0
},
"value": "A",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1111,
"end": 1169,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1121,
"end": 1122,
"ctxt": 0
},
"value": "I",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1123,
"end": 1169,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 1129,
"end": 1140,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1129,
"end": 1131,
"ctxt": 0
},
"value": "id",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1131,
"end": 1139,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1133,
"end": 1139,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 1146,
"end": 1157,
"ctxt": 0
},
"value": "idx",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1149,
"end": 1157,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1151,
"end": 1157,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1158,
"end": 1166,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1160,
"end": 1166,
"ctxt": 0
},
"kind": "number"
}
},
"readonly": false,
"static": false,
"span": {
"start": 1145,
"end": 1167,
"ctxt": 0
}
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 1170,
"end": 1179,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1174,
"end": 1178,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1174,
"end": 1175,
"ctxt": 0
},
"value": "i",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1175,
"end": 1178,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1177,
"end": 1178,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1177,
"end": 1178,
"ctxt": 0
},
"value": "I",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ForInStatement",
"span": {
"start": 1181,
"end": 1205,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 1186,
"end": 1191,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1190,
"end": 1191,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1190,
"end": 1191,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1195,
"end": 1200,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1195,
"end": 1196,
"ctxt": 0
},
"value": "i",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1196,
"end": 1200,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1197,
"end": 1199,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1202,
"end": 1205,
"ctxt": 0
},
"stmts": []
}
}
],
"interpreter": null
}