{ "type": "Script", "span": { "start": 0, "end": 459, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 6, "end": 7, "ctxt": 0 }, "value": "C", "optional": false }, "declare": false, "span": { "start": 0, "end": 51, "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": 41, "end": 48, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 41, "end": 42, "ctxt": 0 }, "value": "y", "optional": false }, "value": { "type": "StringLiteral", "span": { "start": 45, "end": 47, "ctxt": 0 }, "value": "", "hasEscape": false, "kind": { "type": "normal", "containsQuote": 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": "VariableDeclaration", "span": { "start": 55, "end": 64, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 59, "end": 63, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 59, "end": 60, "ctxt": 0 }, "value": "c", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 60, "end": 63, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 62, "end": 63, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 62, "end": 63, "ctxt": 0 }, "value": "C", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 66, "end": 82, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 70, "end": 81, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 70, "end": 72, "ctxt": 0 }, "value": "r1", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 75, "end": 81, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 75, "end": 76, "ctxt": 0 }, "value": "c", "optional": false }, "property": { "type": "Computed", "span": { "start": 76, "end": 81, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 77, "end": 80, "ctxt": 0 }, "value": "y", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 85, "end": 101, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 89, "end": 100, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 89, "end": 91, "ctxt": 0 }, "value": "r2", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 94, "end": 100, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 94, "end": 95, "ctxt": 0 }, "value": "c", "optional": false }, "property": { "type": "Computed", "span": { "start": 95, "end": 100, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 96, "end": 99, "ctxt": 0 }, "value": "a", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 103, "end": 117, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 107, "end": 116, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 107, "end": 109, "ctxt": 0 }, "value": "r3", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 112, "end": 116, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 112, "end": 113, "ctxt": 0 }, "value": "c", "optional": false }, "property": { "type": "Computed", "span": { "start": 113, "end": 116, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 114, "end": 115, "ctxt": 0 }, "value": 1.0 } } }, "definite": false } ] }, { "type": "TsInterfaceDeclaration", "span": { "start": 122, "end": 180, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 132, "end": 133, "ctxt": 0 }, "value": "I", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 134, "end": 180, "ctxt": 0 }, "body": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 142, "end": 151, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 143, "end": 151, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 145, "end": 151, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 152, "end": 160, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 154, "end": 160, "ctxt": 0 }, "kind": "string" } }, "readonly": false, "static": false, "span": { "start": 141, "end": 161, "ctxt": 0 } }, { "type": "TsPropertySignature", "span": { "start": 167, "end": 177, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 167, "end": 168, "ctxt": 0 }, "value": "y", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 168, "end": 176, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 170, "end": 176, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 184, "end": 192, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 188, "end": 192, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 188, "end": 189, "ctxt": 0 }, "value": "i", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 189, "end": 192, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 191, "end": 192, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 191, "end": 192, "ctxt": 0 }, "value": "I", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 194, "end": 210, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 198, "end": 209, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 198, "end": 200, "ctxt": 0 }, "value": "r4", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 203, "end": 209, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 203, "end": 204, "ctxt": 0 }, "value": "i", "optional": false }, "property": { "type": "Computed", "span": { "start": 204, "end": 209, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 205, "end": 208, "ctxt": 0 }, "value": "y", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 212, "end": 228, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 216, "end": 227, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 216, "end": 218, "ctxt": 0 }, "value": "r5", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 221, "end": 227, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 221, "end": 222, "ctxt": 0 }, "value": "i", "optional": false }, "property": { "type": "Computed", "span": { "start": 222, "end": 227, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 223, "end": 226, "ctxt": 0 }, "value": "a", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 230, "end": 244, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 234, "end": 243, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 234, "end": 236, "ctxt": 0 }, "value": "r6", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 239, "end": 243, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 239, "end": 240, "ctxt": 0 }, "value": "i", "optional": false }, "property": { "type": "Computed", "span": { "start": 240, "end": 243, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 241, "end": 242, "ctxt": 0 }, "value": 1.0 } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 249, "end": 302, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 253, "end": 302, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 253, "end": 254, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 254, "end": 302, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 256, "end": 302, "ctxt": 0 }, "members": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 264, "end": 273, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 265, "end": 273, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 267, "end": 273, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 274, "end": 282, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 276, "end": 282, "ctxt": 0 }, "kind": "string" } }, "readonly": false, "static": false, "span": { "start": 263, "end": 283, "ctxt": 0 } }, { "type": "TsPropertySignature", "span": { "start": 289, "end": 299, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 289, "end": 290, "ctxt": 0 }, "value": "y", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 290, "end": 298, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 292, "end": 298, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 306, "end": 322, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 310, "end": 321, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 310, "end": 312, "ctxt": 0 }, "value": "r7", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 315, "end": 321, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 315, "end": 316, "ctxt": 0 }, "value": "a", "optional": false }, "property": { "type": "Computed", "span": { "start": 316, "end": 321, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 317, "end": 320, "ctxt": 0 }, "value": "y", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 324, "end": 340, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 328, "end": 339, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 328, "end": 330, "ctxt": 0 }, "value": "r8", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 333, "end": 339, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 333, "end": 334, "ctxt": 0 }, "value": "a", "optional": false }, "property": { "type": "Computed", "span": { "start": 334, "end": 339, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 335, "end": 338, "ctxt": 0 }, "value": "a", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 342, "end": 356, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 346, "end": 355, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 346, "end": 348, "ctxt": 0 }, "value": "r9", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 351, "end": 355, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 351, "end": 352, "ctxt": 0 }, "value": "a", "optional": false }, "property": { "type": "Computed", "span": { "start": 352, "end": 355, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 353, "end": 354, "ctxt": 0 }, "value": 1.0 } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 360, "end": 402, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 364, "end": 402, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 364, "end": 365, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 365, "end": 390, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 367, "end": 390, "ctxt": 0 }, "members": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 370, "end": 379, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 371, "end": 379, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 373, "end": 379, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 380, "end": 388, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 382, "end": 388, "ctxt": 0 }, "kind": "string" } }, "readonly": false, "static": false, "span": { "start": 369, "end": 388, "ctxt": 0 } } ] } } }, "init": { "type": "ObjectExpression", "span": { "start": 393, "end": 402, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 395, "end": 396, "ctxt": 0 }, "value": "y", "optional": false }, "value": { "type": "StringLiteral", "span": { "start": 398, "end": 400, "ctxt": 0 }, "value": "", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } ] }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 406, "end": 423, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 410, "end": 422, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 410, "end": 413, "ctxt": 0 }, "value": "r10", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 416, "end": 422, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 416, "end": 417, "ctxt": 0 }, "value": "b", "optional": false }, "property": { "type": "Computed", "span": { "start": 417, "end": 422, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 418, "end": 421, "ctxt": 0 }, "value": "y", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 425, "end": 442, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 429, "end": 441, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 429, "end": 432, "ctxt": 0 }, "value": "r11", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 435, "end": 441, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 435, "end": 436, "ctxt": 0 }, "value": "b", "optional": false }, "property": { "type": "Computed", "span": { "start": 436, "end": 441, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 437, "end": 440, "ctxt": 0 }, "value": "a", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 444, "end": 459, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 448, "end": 458, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 448, "end": 451, "ctxt": 0 }, "value": "r12", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 454, "end": 458, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 454, "end": 455, "ctxt": 0 }, "value": "b", "optional": false }, "property": { "type": "Computed", "span": { "start": 455, "end": 458, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 456, "end": 457, "ctxt": 0 }, "value": 1.0 } } }, "definite": false } ] } ], "interpreter": null }