{ "type": "Script", "span": { "start": 1, "end": 427, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 7, "end": 8, "ctxt": 0 }, "value": "C", "optional": false }, "declare": false, "span": { "start": 1, "end": 49, "ctxt": 0 }, "decorators": [], "body": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 16, "end": 25, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 17, "end": 25, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 19, "end": 25, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 26, "end": 34, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 28, "end": 34, "ctxt": 0 }, "kind": "string" } }, "readonly": false, "static": false, "span": { "start": 15, "end": 35, "ctxt": 0 } }, { "type": "ClassProperty", "span": { "start": 40, "end": 47, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 40, "end": 41, "ctxt": 0 }, "value": "y", "optional": false }, "value": { "type": "StringLiteral", "span": { "start": 44, "end": 46, "ctxt": 0 }, "value": "", "raw": "''" }, "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": "VariableDeclaration", "span": { "start": 51, "end": 60, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 55, "end": 59, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 55, "end": 56, "ctxt": 0 }, "value": "c", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 56, "end": 59, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 58, "end": 59, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 58, "end": 59, "ctxt": 0 }, "value": "C", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 61, "end": 77, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 65, "end": 76, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 65, "end": 67, "ctxt": 0 }, "value": "r1", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 70, "end": 76, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 70, "end": 71, "ctxt": 0 }, "value": "c", "optional": false }, "property": { "type": "Computed", "span": { "start": 71, "end": 76, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 72, "end": 75, "ctxt": 0 }, "value": "y", "raw": "'y'" } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 79, "end": 95, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 83, "end": 94, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 83, "end": 85, "ctxt": 0 }, "value": "r2", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 88, "end": 94, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 88, "end": 89, "ctxt": 0 }, "value": "c", "optional": false }, "property": { "type": "Computed", "span": { "start": 89, "end": 94, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 90, "end": 93, "ctxt": 0 }, "value": "a", "raw": "'a'" } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 96, "end": 110, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 100, "end": 109, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 100, "end": 102, "ctxt": 0 }, "value": "r3", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 105, "end": 109, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 105, "end": 106, "ctxt": 0 }, "value": "c", "optional": false }, "property": { "type": "Computed", "span": { "start": 106, "end": 109, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 107, "end": 108, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, "definite": false } ] }, { "type": "TsInterfaceDeclaration", "span": { "start": 113, "end": 168, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 123, "end": 124, "ctxt": 0 }, "value": "I", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 125, "end": 168, "ctxt": 0 }, "body": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 132, "end": 141, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 133, "end": 141, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 135, "end": 141, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 142, "end": 150, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 144, "end": 150, "ctxt": 0 }, "kind": "string" } }, "readonly": false, "static": false, "span": { "start": 131, "end": 151, "ctxt": 0 } }, { "type": "TsPropertySignature", "span": { "start": 156, "end": 166, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 156, "end": 157, "ctxt": 0 }, "value": "y", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 157, "end": 165, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 159, "end": 165, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 170, "end": 178, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 174, "end": 178, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 174, "end": 175, "ctxt": 0 }, "value": "i", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 175, "end": 178, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 177, "end": 178, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 177, "end": 178, "ctxt": 0 }, "value": "I", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 179, "end": 195, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 183, "end": 194, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 183, "end": 185, "ctxt": 0 }, "value": "r4", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 188, "end": 194, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 188, "end": 189, "ctxt": 0 }, "value": "i", "optional": false }, "property": { "type": "Computed", "span": { "start": 189, "end": 194, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 190, "end": 193, "ctxt": 0 }, "value": "y", "raw": "'y'" } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 196, "end": 212, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 200, "end": 211, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 200, "end": 202, "ctxt": 0 }, "value": "r5", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 205, "end": 211, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 205, "end": 206, "ctxt": 0 }, "value": "i", "optional": false }, "property": { "type": "Computed", "span": { "start": 206, "end": 211, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 207, "end": 210, "ctxt": 0 }, "value": "a", "raw": "'a'" } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 213, "end": 227, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 217, "end": 226, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 217, "end": 219, "ctxt": 0 }, "value": "r6", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 222, "end": 226, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 222, "end": 223, "ctxt": 0 }, "value": "i", "optional": false }, "property": { "type": "Computed", "span": { "start": 223, "end": 226, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 224, "end": 225, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 230, "end": 280, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 234, "end": 280, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 234, "end": 235, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 235, "end": 280, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 237, "end": 280, "ctxt": 0 }, "members": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 244, "end": 253, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 245, "end": 253, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 247, "end": 253, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 254, "end": 262, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 256, "end": 262, "ctxt": 0 }, "kind": "string" } }, "readonly": false, "static": false, "span": { "start": 243, "end": 263, "ctxt": 0 } }, { "type": "TsPropertySignature", "span": { "start": 268, "end": 278, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 268, "end": 269, "ctxt": 0 }, "value": "y", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 269, "end": 277, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 271, "end": 277, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 282, "end": 298, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 286, "end": 297, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 286, "end": 288, "ctxt": 0 }, "value": "r7", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 291, "end": 297, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 291, "end": 292, "ctxt": 0 }, "value": "a", "optional": false }, "property": { "type": "Computed", "span": { "start": 292, "end": 297, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 293, "end": 296, "ctxt": 0 }, "value": "y", "raw": "'y'" } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 299, "end": 315, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 303, "end": 314, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 303, "end": 305, "ctxt": 0 }, "value": "r8", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 308, "end": 314, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 308, "end": 309, "ctxt": 0 }, "value": "a", "optional": false }, "property": { "type": "Computed", "span": { "start": 309, "end": 314, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 310, "end": 313, "ctxt": 0 }, "value": "a", "raw": "'a'" } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 316, "end": 330, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 320, "end": 329, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 320, "end": 322, "ctxt": 0 }, "value": "r9", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 325, "end": 329, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 325, "end": 326, "ctxt": 0 }, "value": "a", "optional": false }, "property": { "type": "Computed", "span": { "start": 326, "end": 329, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 327, "end": 328, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 332, "end": 374, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 336, "end": 374, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 336, "end": 337, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 337, "end": 362, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 339, "end": 362, "ctxt": 0 }, "members": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 342, "end": 351, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 343, "end": 351, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 345, "end": 351, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 352, "end": 360, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 354, "end": 360, "ctxt": 0 }, "kind": "string" } }, "readonly": false, "static": false, "span": { "start": 341, "end": 360, "ctxt": 0 } } ] } } }, "init": { "type": "ObjectExpression", "span": { "start": 365, "end": 374, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 367, "end": 368, "ctxt": 0 }, "value": "y", "optional": false }, "value": { "type": "StringLiteral", "span": { "start": 370, "end": 372, "ctxt": 0 }, "value": "", "raw": "''" } } ] }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 376, "end": 393, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 380, "end": 392, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 380, "end": 383, "ctxt": 0 }, "value": "r10", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 386, "end": 392, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 386, "end": 387, "ctxt": 0 }, "value": "b", "optional": false }, "property": { "type": "Computed", "span": { "start": 387, "end": 392, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 388, "end": 391, "ctxt": 0 }, "value": "y", "raw": "'y'" } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 394, "end": 411, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 398, "end": 410, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 398, "end": 401, "ctxt": 0 }, "value": "r11", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 404, "end": 410, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 404, "end": 405, "ctxt": 0 }, "value": "b", "optional": false }, "property": { "type": "Computed", "span": { "start": 405, "end": 410, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 406, "end": 409, "ctxt": 0 }, "value": "a", "raw": "'a'" } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 412, "end": 427, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 416, "end": 426, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 416, "end": 419, "ctxt": 0 }, "value": "r12", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 422, "end": 426, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 422, "end": 423, "ctxt": 0 }, "value": "b", "optional": false }, "property": { "type": "Computed", "span": { "start": 423, "end": 426, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 424, "end": 425, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, "definite": false } ] } ], "interpreter": null }