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

9422 lines
219 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 3595,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 7,
"end": 9,
"ctxt": 0
},
"value": "A1",
"optional": false
},
"declare": false,
"span": {
"start": 1,
"end": 183,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 16,
"end": 33,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 23,
"end": 24,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 24,
"end": 32,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 26,
"end": 32,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 38,
"end": 55,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 45,
"end": 46,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 46,
"end": 54,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 48,
"end": 54,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 60,
"end": 78,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 67,
"end": 68,
"ctxt": 0
},
"value": "c",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 68,
"end": 77,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 70,
"end": 77,
"ctxt": 0
},
"kind": "boolean"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 83,
"end": 97,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 90,
"end": 91,
"ctxt": 0
},
"value": "d",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 91,
"end": 96,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 93,
"end": 96,
"ctxt": 0
},
"kind": "any"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 102,
"end": 119,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 109,
"end": 110,
"ctxt": 0
},
"value": "e",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 110,
"end": 118,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 112,
"end": 118,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 112,
"end": 118,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"typeParams": null
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 124,
"end": 181,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 131,
"end": 133,
"ctxt": 0
},
"value": "fn",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 134,
"end": 143,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 134,
"end": 143,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 135,
"end": 143,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 137,
"end": 143,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"decorators": [],
"span": {
"start": 124,
"end": 181,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 153,
"end": 181,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 163,
"end": 175,
"ctxt": 0
},
"argument": {
"type": "NullLiteral",
"span": {
"start": 170,
"end": 174,
"ctxt": 0
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 144,
"end": 152,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 146,
"end": 152,
"ctxt": 0
},
"kind": "string"
}
}
},
"kind": "method",
"isStatic": false,
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 190,
"end": 192,
"ctxt": 0
},
"value": "B1",
"optional": false
},
"declare": false,
"span": {
"start": 184,
"end": 366,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 199,
"end": 216,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 206,
"end": 207,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 207,
"end": 215,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 209,
"end": 215,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 221,
"end": 238,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 228,
"end": 229,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 229,
"end": 237,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 231,
"end": 237,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 243,
"end": 261,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 250,
"end": 251,
"ctxt": 0
},
"value": "c",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 251,
"end": 260,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 253,
"end": 260,
"ctxt": 0
},
"kind": "boolean"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 266,
"end": 280,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 273,
"end": 274,
"ctxt": 0
},
"value": "d",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 274,
"end": 279,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 276,
"end": 279,
"ctxt": 0
},
"kind": "any"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 285,
"end": 302,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 292,
"end": 293,
"ctxt": 0
},
"value": "e",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 293,
"end": 301,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 295,
"end": 301,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 295,
"end": 301,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"typeParams": null
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 307,
"end": 364,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 314,
"end": 316,
"ctxt": 0
},
"value": "fn",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 317,
"end": 326,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 317,
"end": 326,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 318,
"end": 326,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 320,
"end": 326,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"decorators": [],
"span": {
"start": 307,
"end": 364,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 336,
"end": 364,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 346,
"end": 358,
"ctxt": 0
},
"argument": {
"type": "NullLiteral",
"span": {
"start": 353,
"end": 357,
"ctxt": 0
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 327,
"end": 335,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 329,
"end": 335,
"ctxt": 0
},
"kind": "string"
}
}
},
"kind": "method",
"isStatic": false,
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 374,
"end": 378,
"ctxt": 0
},
"value": "Base",
"optional": false
},
"declare": false,
"span": {
"start": 368,
"end": 468,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 385,
"end": 403,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 393,
"end": 394,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 394,
"end": 402,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 396,
"end": 402,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "private",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 408,
"end": 466,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 416,
"end": 418,
"ctxt": 0
},
"value": "fn",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 419,
"end": 428,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 419,
"end": 428,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 420,
"end": 428,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 422,
"end": 428,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"decorators": [],
"span": {
"start": 408,
"end": 466,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 438,
"end": 466,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 448,
"end": 460,
"ctxt": 0
},
"argument": {
"type": "NullLiteral",
"span": {
"start": 455,
"end": 459,
"ctxt": 0
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 429,
"end": 437,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 431,
"end": 437,
"ctxt": 0
},
"kind": "string"
}
}
},
"kind": "method",
"isStatic": false,
"accessibility": "private",
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 475,
"end": 477,
"ctxt": 0
},
"value": "A2",
"optional": false
},
"declare": false,
"span": {
"start": 469,
"end": 494,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": {
"type": "Identifier",
"span": {
"start": 486,
"end": 490,
"ctxt": 0
},
"value": "Base",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 501,
"end": 503,
"ctxt": 0
},
"value": "B2",
"optional": false
},
"declare": false,
"span": {
"start": 495,
"end": 520,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": {
"type": "Identifier",
"span": {
"start": 512,
"end": 516,
"ctxt": 0
},
"value": "Base",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 522,
"end": 560,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 532,
"end": 534,
"ctxt": 0
},
"value": "A3",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 535,
"end": 560,
"ctxt": 0
},
"body": [
{
"type": "TsMethodSignature",
"span": {
"start": 537,
"end": 558,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 537,
"end": 538,
"ctxt": 0
},
"value": "f",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 539,
"end": 548,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 540,
"end": 548,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 542,
"end": 548,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 549,
"end": 557,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 551,
"end": 557,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 561,
"end": 599,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 571,
"end": 573,
"ctxt": 0
},
"value": "B3",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 574,
"end": 599,
"ctxt": 0
},
"body": [
{
"type": "TsMethodSignature",
"span": {
"start": 576,
"end": 597,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 576,
"end": 577,
"ctxt": 0
},
"value": "f",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 578,
"end": 587,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 579,
"end": 587,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 581,
"end": 587,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 588,
"end": 596,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 590,
"end": 596,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 601,
"end": 638,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 611,
"end": 613,
"ctxt": 0
},
"value": "A4",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 614,
"end": 638,
"ctxt": 0
},
"body": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 616,
"end": 636,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 621,
"end": 630,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 622,
"end": 630,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 624,
"end": 630,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 631,
"end": 635,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 633,
"end": 635,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 633,
"end": 635,
"ctxt": 0
},
"value": "A1",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 639,
"end": 676,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 649,
"end": 651,
"ctxt": 0
},
"value": "B4",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 652,
"end": 676,
"ctxt": 0
},
"body": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 654,
"end": 674,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 659,
"end": 668,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 660,
"end": 668,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 662,
"end": 668,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 669,
"end": 673,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 671,
"end": 673,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 671,
"end": 673,
"ctxt": 0
},
"value": "B1",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 678,
"end": 715,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 688,
"end": 690,
"ctxt": 0
},
"value": "A5",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 691,
"end": 715,
"ctxt": 0
},
"body": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 694,
"end": 703,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 695,
"end": 703,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 697,
"end": 703,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 704,
"end": 712,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 706,
"end": 712,
"ctxt": 0
},
"kind": "number"
}
},
"readonly": false,
"static": false,
"span": {
"start": 693,
"end": 713,
"ctxt": 0
}
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 716,
"end": 753,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 726,
"end": 728,
"ctxt": 0
},
"value": "B5",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 729,
"end": 753,
"ctxt": 0
},
"body": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 732,
"end": 741,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 733,
"end": 741,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 735,
"end": 741,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 742,
"end": 750,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 744,
"end": 750,
"ctxt": 0
},
"kind": "number"
}
},
"readonly": false,
"static": false,
"span": {
"start": 731,
"end": 751,
"ctxt": 0
}
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 755,
"end": 792,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 765,
"end": 767,
"ctxt": 0
},
"value": "A6",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 768,
"end": 792,
"ctxt": 0
},
"body": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 771,
"end": 780,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 772,
"end": 780,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 774,
"end": 780,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 781,
"end": 789,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 783,
"end": 789,
"ctxt": 0
},
"kind": "string"
}
},
"readonly": false,
"static": false,
"span": {
"start": 770,
"end": 790,
"ctxt": 0
}
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 793,
"end": 830,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 803,
"end": 805,
"ctxt": 0
},
"value": "B6",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 806,
"end": 830,
"ctxt": 0
},
"body": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 809,
"end": 818,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 810,
"end": 818,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 812,
"end": 818,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 819,
"end": 827,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 821,
"end": 827,
"ctxt": 0
},
"kind": "string"
}
},
"readonly": false,
"static": false,
"span": {
"start": 808,
"end": 828,
"ctxt": 0
}
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 832,
"end": 843,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 836,
"end": 842,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 836,
"end": 838,
"ctxt": 0
},
"value": "a1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 838,
"end": 842,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 840,
"end": 842,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 840,
"end": 842,
"ctxt": 0
},
"value": "A1",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 844,
"end": 855,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 848,
"end": 854,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 848,
"end": 850,
"ctxt": 0
},
"value": "a2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 850,
"end": 854,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 852,
"end": 854,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 852,
"end": 854,
"ctxt": 0
},
"value": "A2",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 856,
"end": 867,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 860,
"end": 866,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 860,
"end": 862,
"ctxt": 0
},
"value": "a3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 862,
"end": 866,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 864,
"end": 866,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 864,
"end": 866,
"ctxt": 0
},
"value": "A3",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 868,
"end": 879,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 872,
"end": 878,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 872,
"end": 874,
"ctxt": 0
},
"value": "a4",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 874,
"end": 878,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 876,
"end": 878,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 876,
"end": 878,
"ctxt": 0
},
"value": "A4",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 880,
"end": 891,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 884,
"end": 890,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 884,
"end": 886,
"ctxt": 0
},
"value": "a5",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 886,
"end": 890,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 888,
"end": 890,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 888,
"end": 890,
"ctxt": 0
},
"value": "A5",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 892,
"end": 903,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 896,
"end": 902,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 896,
"end": 898,
"ctxt": 0
},
"value": "a6",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 898,
"end": 902,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 900,
"end": 902,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 900,
"end": 902,
"ctxt": 0
},
"value": "A6",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 905,
"end": 916,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 909,
"end": 915,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 909,
"end": 911,
"ctxt": 0
},
"value": "b1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 911,
"end": 915,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 913,
"end": 915,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 913,
"end": 915,
"ctxt": 0
},
"value": "B1",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 917,
"end": 928,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 921,
"end": 927,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 921,
"end": 923,
"ctxt": 0
},
"value": "b2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 923,
"end": 927,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 925,
"end": 927,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 925,
"end": 927,
"ctxt": 0
},
"value": "B2",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 929,
"end": 940,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 933,
"end": 939,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 933,
"end": 935,
"ctxt": 0
},
"value": "b3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 935,
"end": 939,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 937,
"end": 939,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 937,
"end": 939,
"ctxt": 0
},
"value": "B3",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 941,
"end": 952,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 945,
"end": 951,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 945,
"end": 947,
"ctxt": 0
},
"value": "b4",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 947,
"end": 951,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 949,
"end": 951,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 949,
"end": 951,
"ctxt": 0
},
"value": "B4",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 953,
"end": 964,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 957,
"end": 963,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 957,
"end": 959,
"ctxt": 0
},
"value": "b5",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 959,
"end": 963,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 961,
"end": 963,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 961,
"end": 963,
"ctxt": 0
},
"value": "B5",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 965,
"end": 976,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 969,
"end": 975,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 969,
"end": 971,
"ctxt": 0
},
"value": "b6",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 971,
"end": 975,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 973,
"end": 975,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 973,
"end": 975,
"ctxt": 0
},
"value": "B6",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 978,
"end": 994,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 982,
"end": 993,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 982,
"end": 987,
"ctxt": 0
},
"value": "base1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 987,
"end": 993,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 989,
"end": 993,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 989,
"end": 993,
"ctxt": 0
},
"value": "Base",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 995,
"end": 1011,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 999,
"end": 1010,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 999,
"end": 1004,
"ctxt": 0
},
"value": "base2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1004,
"end": 1010,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1006,
"end": 1010,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1006,
"end": 1010,
"ctxt": 0
},
"value": "Base",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1027,
"end": 1046,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1031,
"end": 1045,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1031,
"end": 1035,
"ctxt": 0
},
"value": "r1a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1038,
"end": 1045,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1038,
"end": 1040,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1043,
"end": 1045,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1047,
"end": 1072,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1051,
"end": 1071,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1051,
"end": 1055,
"ctxt": 0
},
"value": "r1a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1058,
"end": 1071,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1058,
"end": 1063,
"ctxt": 0
},
"value": "base1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1066,
"end": 1071,
"ctxt": 0
},
"value": "base2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1073,
"end": 1092,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1077,
"end": 1091,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1077,
"end": 1081,
"ctxt": 0
},
"value": "r1a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1084,
"end": 1091,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1084,
"end": 1086,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1089,
"end": 1091,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1093,
"end": 1112,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1097,
"end": 1111,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1097,
"end": 1101,
"ctxt": 0
},
"value": "r1a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1104,
"end": 1111,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1104,
"end": 1106,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1109,
"end": 1111,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1113,
"end": 1132,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1117,
"end": 1131,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1117,
"end": 1121,
"ctxt": 0
},
"value": "r1a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1124,
"end": 1131,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1124,
"end": 1126,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1129,
"end": 1131,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1133,
"end": 1152,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1137,
"end": 1151,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1137,
"end": 1141,
"ctxt": 0
},
"value": "r1a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1144,
"end": 1151,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1144,
"end": 1146,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1149,
"end": 1151,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1153,
"end": 1172,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1157,
"end": 1171,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1157,
"end": 1161,
"ctxt": 0
},
"value": "r1a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1164,
"end": 1171,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1164,
"end": 1166,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1169,
"end": 1171,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1174,
"end": 1193,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1178,
"end": 1192,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1178,
"end": 1182,
"ctxt": 0
},
"value": "r1b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1185,
"end": 1192,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1185,
"end": 1187,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1190,
"end": 1192,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1194,
"end": 1219,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1198,
"end": 1218,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1198,
"end": 1202,
"ctxt": 0
},
"value": "r1b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1205,
"end": 1218,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1205,
"end": 1210,
"ctxt": 0
},
"value": "base2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1213,
"end": 1218,
"ctxt": 0
},
"value": "base1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1220,
"end": 1239,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1224,
"end": 1238,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1224,
"end": 1228,
"ctxt": 0
},
"value": "r1b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1231,
"end": 1238,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1231,
"end": 1233,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1236,
"end": 1238,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1240,
"end": 1259,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1244,
"end": 1258,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1244,
"end": 1248,
"ctxt": 0
},
"value": "r1b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1251,
"end": 1258,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1251,
"end": 1253,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1256,
"end": 1258,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1260,
"end": 1279,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1264,
"end": 1278,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1264,
"end": 1268,
"ctxt": 0
},
"value": "r1b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1271,
"end": 1278,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1271,
"end": 1273,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1276,
"end": 1278,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1280,
"end": 1299,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1284,
"end": 1298,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1284,
"end": 1288,
"ctxt": 0
},
"value": "r1b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1291,
"end": 1298,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1291,
"end": 1293,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1296,
"end": 1298,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1300,
"end": 1319,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1304,
"end": 1318,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1304,
"end": 1308,
"ctxt": 0
},
"value": "r1b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1311,
"end": 1318,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1311,
"end": 1313,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1316,
"end": 1318,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1335,
"end": 1354,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1339,
"end": 1353,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1339,
"end": 1343,
"ctxt": 0
},
"value": "r2a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1346,
"end": 1353,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1346,
"end": 1348,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1351,
"end": 1353,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1355,
"end": 1380,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1359,
"end": 1379,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1359,
"end": 1363,
"ctxt": 0
},
"value": "r2a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1366,
"end": 1379,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1366,
"end": 1371,
"ctxt": 0
},
"value": "base1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1374,
"end": 1379,
"ctxt": 0
},
"value": "base2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1381,
"end": 1400,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1385,
"end": 1399,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1385,
"end": 1389,
"ctxt": 0
},
"value": "r2a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1392,
"end": 1399,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1392,
"end": 1394,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1397,
"end": 1399,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1401,
"end": 1420,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1405,
"end": 1419,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1405,
"end": 1409,
"ctxt": 0
},
"value": "r2a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1412,
"end": 1419,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1412,
"end": 1414,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1417,
"end": 1419,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1421,
"end": 1440,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1425,
"end": 1439,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1425,
"end": 1429,
"ctxt": 0
},
"value": "r2a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1432,
"end": 1439,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1432,
"end": 1434,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1437,
"end": 1439,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1441,
"end": 1460,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1445,
"end": 1459,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1445,
"end": 1449,
"ctxt": 0
},
"value": "r2a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1452,
"end": 1459,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1452,
"end": 1454,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1457,
"end": 1459,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1461,
"end": 1480,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1465,
"end": 1479,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1465,
"end": 1469,
"ctxt": 0
},
"value": "r2a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1472,
"end": 1479,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1472,
"end": 1474,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1477,
"end": 1479,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1482,
"end": 1501,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1486,
"end": 1500,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1486,
"end": 1490,
"ctxt": 0
},
"value": "r2b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1493,
"end": 1500,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1493,
"end": 1495,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1498,
"end": 1500,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1502,
"end": 1527,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1506,
"end": 1526,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1506,
"end": 1510,
"ctxt": 0
},
"value": "r2b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1513,
"end": 1526,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1513,
"end": 1518,
"ctxt": 0
},
"value": "base2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1521,
"end": 1526,
"ctxt": 0
},
"value": "base1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1528,
"end": 1547,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1532,
"end": 1546,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1532,
"end": 1536,
"ctxt": 0
},
"value": "r2b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1539,
"end": 1546,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1539,
"end": 1541,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1544,
"end": 1546,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1548,
"end": 1567,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1552,
"end": 1566,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1552,
"end": 1556,
"ctxt": 0
},
"value": "r2b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1559,
"end": 1566,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1559,
"end": 1561,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1564,
"end": 1566,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1568,
"end": 1587,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1572,
"end": 1586,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1572,
"end": 1576,
"ctxt": 0
},
"value": "r2b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1579,
"end": 1586,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1579,
"end": 1581,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1584,
"end": 1586,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1588,
"end": 1607,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1592,
"end": 1606,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1592,
"end": 1596,
"ctxt": 0
},
"value": "r2b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1599,
"end": 1606,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1599,
"end": 1601,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1604,
"end": 1606,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1608,
"end": 1627,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1612,
"end": 1626,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1612,
"end": 1616,
"ctxt": 0
},
"value": "r2b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1619,
"end": 1626,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1619,
"end": 1621,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1624,
"end": 1626,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1644,
"end": 1664,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1648,
"end": 1663,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1648,
"end": 1652,
"ctxt": 0
},
"value": "r3a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1655,
"end": 1663,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1655,
"end": 1657,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1661,
"end": 1663,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1665,
"end": 1691,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1669,
"end": 1690,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1669,
"end": 1673,
"ctxt": 0
},
"value": "r3a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1676,
"end": 1690,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1676,
"end": 1681,
"ctxt": 0
},
"value": "base1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1685,
"end": 1690,
"ctxt": 0
},
"value": "base2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1692,
"end": 1712,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1696,
"end": 1711,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1696,
"end": 1700,
"ctxt": 0
},
"value": "r3a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1703,
"end": 1711,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1703,
"end": 1705,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1709,
"end": 1711,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1713,
"end": 1733,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1717,
"end": 1732,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1717,
"end": 1721,
"ctxt": 0
},
"value": "r3a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1724,
"end": 1732,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1724,
"end": 1726,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1730,
"end": 1732,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1734,
"end": 1754,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1738,
"end": 1753,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1738,
"end": 1742,
"ctxt": 0
},
"value": "r3a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1745,
"end": 1753,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1745,
"end": 1747,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1751,
"end": 1753,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1755,
"end": 1775,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1759,
"end": 1774,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1759,
"end": 1763,
"ctxt": 0
},
"value": "r3a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1766,
"end": 1774,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1766,
"end": 1768,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1772,
"end": 1774,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1776,
"end": 1796,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1780,
"end": 1795,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1780,
"end": 1784,
"ctxt": 0
},
"value": "r3a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1787,
"end": 1795,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1787,
"end": 1789,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1793,
"end": 1795,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1798,
"end": 1818,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1802,
"end": 1817,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1802,
"end": 1806,
"ctxt": 0
},
"value": "r3b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1809,
"end": 1817,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1809,
"end": 1811,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1815,
"end": 1817,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1819,
"end": 1845,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1823,
"end": 1844,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1823,
"end": 1827,
"ctxt": 0
},
"value": "r3b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1830,
"end": 1844,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1830,
"end": 1835,
"ctxt": 0
},
"value": "base2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1839,
"end": 1844,
"ctxt": 0
},
"value": "base1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1846,
"end": 1866,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1850,
"end": 1865,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1850,
"end": 1854,
"ctxt": 0
},
"value": "r3b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1857,
"end": 1865,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1857,
"end": 1859,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1863,
"end": 1865,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1867,
"end": 1887,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1871,
"end": 1886,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1871,
"end": 1875,
"ctxt": 0
},
"value": "r3b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1878,
"end": 1886,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1878,
"end": 1880,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1884,
"end": 1886,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1888,
"end": 1908,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1892,
"end": 1907,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1892,
"end": 1896,
"ctxt": 0
},
"value": "r3b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1899,
"end": 1907,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1899,
"end": 1901,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1905,
"end": 1907,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1909,
"end": 1929,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1913,
"end": 1928,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1913,
"end": 1917,
"ctxt": 0
},
"value": "r3b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1920,
"end": 1928,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1920,
"end": 1922,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1926,
"end": 1928,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1930,
"end": 1950,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1934,
"end": 1949,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1934,
"end": 1938,
"ctxt": 0
},
"value": "r3b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1941,
"end": 1949,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1941,
"end": 1943,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1947,
"end": 1949,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1967,
"end": 1987,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1971,
"end": 1986,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1971,
"end": 1975,
"ctxt": 0
},
"value": "r4a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1978,
"end": 1986,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 1978,
"end": 1980,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1984,
"end": 1986,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1988,
"end": 2014,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1992,
"end": 2013,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1992,
"end": 1996,
"ctxt": 0
},
"value": "r4a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1999,
"end": 2013,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 1999,
"end": 2004,
"ctxt": 0
},
"value": "base1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2008,
"end": 2013,
"ctxt": 0
},
"value": "base2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2015,
"end": 2035,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2019,
"end": 2034,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2019,
"end": 2023,
"ctxt": 0
},
"value": "r4a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2026,
"end": 2034,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2026,
"end": 2028,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2032,
"end": 2034,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2036,
"end": 2056,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2040,
"end": 2055,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2040,
"end": 2044,
"ctxt": 0
},
"value": "r4a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2047,
"end": 2055,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2047,
"end": 2049,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2053,
"end": 2055,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2057,
"end": 2077,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2061,
"end": 2076,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2061,
"end": 2065,
"ctxt": 0
},
"value": "r4a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2068,
"end": 2076,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2068,
"end": 2070,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2074,
"end": 2076,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2078,
"end": 2098,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2082,
"end": 2097,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2082,
"end": 2086,
"ctxt": 0
},
"value": "r4a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2089,
"end": 2097,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2089,
"end": 2091,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2095,
"end": 2097,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2099,
"end": 2119,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2103,
"end": 2118,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2103,
"end": 2107,
"ctxt": 0
},
"value": "r4a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2110,
"end": 2118,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2110,
"end": 2112,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2116,
"end": 2118,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2121,
"end": 2141,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2125,
"end": 2140,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2125,
"end": 2129,
"ctxt": 0
},
"value": "r4b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2132,
"end": 2140,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2132,
"end": 2134,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2138,
"end": 2140,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2142,
"end": 2168,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2146,
"end": 2167,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2146,
"end": 2150,
"ctxt": 0
},
"value": "r4b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2153,
"end": 2167,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2153,
"end": 2158,
"ctxt": 0
},
"value": "base2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2162,
"end": 2167,
"ctxt": 0
},
"value": "base1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2169,
"end": 2189,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2173,
"end": 2188,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2173,
"end": 2177,
"ctxt": 0
},
"value": "r4b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2180,
"end": 2188,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2180,
"end": 2182,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2186,
"end": 2188,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2190,
"end": 2210,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2194,
"end": 2209,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2194,
"end": 2198,
"ctxt": 0
},
"value": "r4b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2201,
"end": 2209,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2201,
"end": 2203,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2207,
"end": 2209,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2211,
"end": 2231,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2215,
"end": 2230,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2215,
"end": 2219,
"ctxt": 0
},
"value": "r4b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2222,
"end": 2230,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2222,
"end": 2224,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2228,
"end": 2230,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2232,
"end": 2252,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2236,
"end": 2251,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2236,
"end": 2240,
"ctxt": 0
},
"value": "r4b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2243,
"end": 2251,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2243,
"end": 2245,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2249,
"end": 2251,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2253,
"end": 2273,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2257,
"end": 2272,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2257,
"end": 2261,
"ctxt": 0
},
"value": "r4b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2264,
"end": 2272,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2264,
"end": 2266,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2270,
"end": 2272,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2290,
"end": 2310,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2294,
"end": 2309,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2294,
"end": 2298,
"ctxt": 0
},
"value": "r5a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2301,
"end": 2309,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2301,
"end": 2303,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2307,
"end": 2309,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2311,
"end": 2337,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2315,
"end": 2336,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2315,
"end": 2319,
"ctxt": 0
},
"value": "r5a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2322,
"end": 2336,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2322,
"end": 2327,
"ctxt": 0
},
"value": "base1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2331,
"end": 2336,
"ctxt": 0
},
"value": "base2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2338,
"end": 2358,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2342,
"end": 2357,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2342,
"end": 2346,
"ctxt": 0
},
"value": "r5a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2349,
"end": 2357,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2349,
"end": 2351,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2355,
"end": 2357,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2359,
"end": 2379,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2363,
"end": 2378,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2363,
"end": 2367,
"ctxt": 0
},
"value": "r5a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2370,
"end": 2378,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2370,
"end": 2372,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2376,
"end": 2378,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2380,
"end": 2400,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2384,
"end": 2399,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2384,
"end": 2388,
"ctxt": 0
},
"value": "r5a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2391,
"end": 2399,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2391,
"end": 2393,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2397,
"end": 2399,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2401,
"end": 2421,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2405,
"end": 2420,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2405,
"end": 2409,
"ctxt": 0
},
"value": "r5a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2412,
"end": 2420,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2412,
"end": 2414,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2418,
"end": 2420,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2422,
"end": 2442,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2426,
"end": 2441,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2426,
"end": 2430,
"ctxt": 0
},
"value": "r5a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2433,
"end": 2441,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2433,
"end": 2435,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2439,
"end": 2441,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2444,
"end": 2464,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2448,
"end": 2463,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2448,
"end": 2452,
"ctxt": 0
},
"value": "r5b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2455,
"end": 2463,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2455,
"end": 2457,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2461,
"end": 2463,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2465,
"end": 2491,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2469,
"end": 2490,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2469,
"end": 2473,
"ctxt": 0
},
"value": "r5b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2476,
"end": 2490,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2476,
"end": 2481,
"ctxt": 0
},
"value": "base2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2485,
"end": 2490,
"ctxt": 0
},
"value": "base1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2492,
"end": 2512,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2496,
"end": 2511,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2496,
"end": 2500,
"ctxt": 0
},
"value": "r5b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2503,
"end": 2511,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2503,
"end": 2505,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2509,
"end": 2511,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2513,
"end": 2533,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2517,
"end": 2532,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2517,
"end": 2521,
"ctxt": 0
},
"value": "r5b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2524,
"end": 2532,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2524,
"end": 2526,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2530,
"end": 2532,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2534,
"end": 2554,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2538,
"end": 2553,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2538,
"end": 2542,
"ctxt": 0
},
"value": "r5b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2545,
"end": 2553,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2545,
"end": 2547,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2551,
"end": 2553,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2555,
"end": 2575,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2559,
"end": 2574,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2559,
"end": 2563,
"ctxt": 0
},
"value": "r5b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2566,
"end": 2574,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2566,
"end": 2568,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2572,
"end": 2574,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2576,
"end": 2596,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2580,
"end": 2595,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2580,
"end": 2584,
"ctxt": 0
},
"value": "r5b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2587,
"end": 2595,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2587,
"end": 2589,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2593,
"end": 2595,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2613,
"end": 2633,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2617,
"end": 2632,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2617,
"end": 2621,
"ctxt": 0
},
"value": "r6a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2624,
"end": 2632,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2624,
"end": 2626,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2630,
"end": 2632,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2634,
"end": 2660,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2638,
"end": 2659,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2638,
"end": 2642,
"ctxt": 0
},
"value": "r6a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2645,
"end": 2659,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2645,
"end": 2650,
"ctxt": 0
},
"value": "base1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2654,
"end": 2659,
"ctxt": 0
},
"value": "base2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2661,
"end": 2681,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2665,
"end": 2680,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2665,
"end": 2669,
"ctxt": 0
},
"value": "r6a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2672,
"end": 2680,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2672,
"end": 2674,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2678,
"end": 2680,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2682,
"end": 2702,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2686,
"end": 2701,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2686,
"end": 2690,
"ctxt": 0
},
"value": "r6a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2693,
"end": 2701,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2693,
"end": 2695,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2699,
"end": 2701,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2703,
"end": 2723,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2707,
"end": 2722,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2707,
"end": 2711,
"ctxt": 0
},
"value": "r6a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2714,
"end": 2722,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2714,
"end": 2716,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2720,
"end": 2722,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2724,
"end": 2744,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2728,
"end": 2743,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2728,
"end": 2732,
"ctxt": 0
},
"value": "r6a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2735,
"end": 2743,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2735,
"end": 2737,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2741,
"end": 2743,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2745,
"end": 2765,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2749,
"end": 2764,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2749,
"end": 2753,
"ctxt": 0
},
"value": "r6a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2756,
"end": 2764,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2756,
"end": 2758,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2762,
"end": 2764,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2767,
"end": 2787,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2771,
"end": 2786,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2771,
"end": 2775,
"ctxt": 0
},
"value": "r6b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2778,
"end": 2786,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2778,
"end": 2780,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2784,
"end": 2786,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2788,
"end": 2814,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2792,
"end": 2813,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2792,
"end": 2796,
"ctxt": 0
},
"value": "r6b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2799,
"end": 2813,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2799,
"end": 2804,
"ctxt": 0
},
"value": "base2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2808,
"end": 2813,
"ctxt": 0
},
"value": "base1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2815,
"end": 2835,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2819,
"end": 2834,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2819,
"end": 2823,
"ctxt": 0
},
"value": "r6b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2826,
"end": 2834,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2826,
"end": 2828,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2832,
"end": 2834,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2836,
"end": 2856,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2840,
"end": 2855,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2840,
"end": 2844,
"ctxt": 0
},
"value": "r6b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2847,
"end": 2855,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2847,
"end": 2849,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2853,
"end": 2855,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2857,
"end": 2877,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2861,
"end": 2876,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2861,
"end": 2865,
"ctxt": 0
},
"value": "r6b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2868,
"end": 2876,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2868,
"end": 2870,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2874,
"end": 2876,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2878,
"end": 2898,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2882,
"end": 2897,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2882,
"end": 2886,
"ctxt": 0
},
"value": "r6b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2889,
"end": 2897,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2889,
"end": 2891,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2895,
"end": 2897,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2899,
"end": 2919,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2903,
"end": 2918,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2903,
"end": 2907,
"ctxt": 0
},
"value": "r6b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2910,
"end": 2918,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2910,
"end": 2912,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2916,
"end": 2918,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2937,
"end": 2958,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2941,
"end": 2957,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2941,
"end": 2945,
"ctxt": 0
},
"value": "r7a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2948,
"end": 2957,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2948,
"end": 2950,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2955,
"end": 2957,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2959,
"end": 2986,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2963,
"end": 2985,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2963,
"end": 2967,
"ctxt": 0
},
"value": "r7a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2970,
"end": 2985,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2970,
"end": 2975,
"ctxt": 0
},
"value": "base1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2980,
"end": 2985,
"ctxt": 0
},
"value": "base2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2987,
"end": 3008,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2991,
"end": 3007,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2991,
"end": 2995,
"ctxt": 0
},
"value": "r7a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2998,
"end": 3007,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2998,
"end": 3000,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3005,
"end": 3007,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3009,
"end": 3030,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3013,
"end": 3029,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3013,
"end": 3017,
"ctxt": 0
},
"value": "r7a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3020,
"end": 3029,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3020,
"end": 3022,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3027,
"end": 3029,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3031,
"end": 3052,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3035,
"end": 3051,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3035,
"end": 3039,
"ctxt": 0
},
"value": "r7a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3042,
"end": 3051,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3042,
"end": 3044,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3049,
"end": 3051,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3053,
"end": 3074,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3057,
"end": 3073,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3057,
"end": 3061,
"ctxt": 0
},
"value": "r7a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3064,
"end": 3073,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3064,
"end": 3066,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3071,
"end": 3073,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3075,
"end": 3096,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3079,
"end": 3095,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3079,
"end": 3083,
"ctxt": 0
},
"value": "r7a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3086,
"end": 3095,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3086,
"end": 3088,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3093,
"end": 3095,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3098,
"end": 3119,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3102,
"end": 3118,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3102,
"end": 3106,
"ctxt": 0
},
"value": "r7b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3109,
"end": 3118,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3109,
"end": 3111,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3116,
"end": 3118,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3120,
"end": 3147,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3124,
"end": 3146,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3124,
"end": 3128,
"ctxt": 0
},
"value": "r7b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3131,
"end": 3146,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3131,
"end": 3136,
"ctxt": 0
},
"value": "base2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3141,
"end": 3146,
"ctxt": 0
},
"value": "base1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3148,
"end": 3169,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3152,
"end": 3168,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3152,
"end": 3156,
"ctxt": 0
},
"value": "r7b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3159,
"end": 3168,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3159,
"end": 3161,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3166,
"end": 3168,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3170,
"end": 3191,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3174,
"end": 3190,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3174,
"end": 3178,
"ctxt": 0
},
"value": "r7b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3181,
"end": 3190,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3181,
"end": 3183,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3188,
"end": 3190,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3192,
"end": 3213,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3196,
"end": 3212,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3196,
"end": 3200,
"ctxt": 0
},
"value": "r7b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3203,
"end": 3212,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3203,
"end": 3205,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3210,
"end": 3212,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3214,
"end": 3235,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3218,
"end": 3234,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3218,
"end": 3222,
"ctxt": 0
},
"value": "r7b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3225,
"end": 3234,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3225,
"end": 3227,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3232,
"end": 3234,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3236,
"end": 3257,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3240,
"end": 3256,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3240,
"end": 3244,
"ctxt": 0
},
"value": "r7b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3247,
"end": 3256,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3247,
"end": 3249,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3254,
"end": 3256,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3275,
"end": 3296,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3279,
"end": 3295,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3279,
"end": 3283,
"ctxt": 0
},
"value": "r8a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3286,
"end": 3295,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3286,
"end": 3288,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3293,
"end": 3295,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3297,
"end": 3324,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3301,
"end": 3323,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3301,
"end": 3305,
"ctxt": 0
},
"value": "r8a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3308,
"end": 3323,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3308,
"end": 3313,
"ctxt": 0
},
"value": "base1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3318,
"end": 3323,
"ctxt": 0
},
"value": "base2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3325,
"end": 3346,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3329,
"end": 3345,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3329,
"end": 3333,
"ctxt": 0
},
"value": "r8a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3336,
"end": 3345,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3336,
"end": 3338,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3343,
"end": 3345,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3347,
"end": 3368,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3351,
"end": 3367,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3351,
"end": 3355,
"ctxt": 0
},
"value": "r8a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3358,
"end": 3367,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3358,
"end": 3360,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3365,
"end": 3367,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3369,
"end": 3390,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3373,
"end": 3389,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3373,
"end": 3377,
"ctxt": 0
},
"value": "r8a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3380,
"end": 3389,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3380,
"end": 3382,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3387,
"end": 3389,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3391,
"end": 3412,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3395,
"end": 3411,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3395,
"end": 3399,
"ctxt": 0
},
"value": "r8a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3402,
"end": 3411,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3402,
"end": 3404,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3409,
"end": 3411,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3413,
"end": 3434,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3417,
"end": 3433,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3417,
"end": 3421,
"ctxt": 0
},
"value": "r8a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3424,
"end": 3433,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3424,
"end": 3426,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3431,
"end": 3433,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3436,
"end": 3457,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3440,
"end": 3456,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3440,
"end": 3444,
"ctxt": 0
},
"value": "r8b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3447,
"end": 3456,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3447,
"end": 3449,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3454,
"end": 3456,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3458,
"end": 3485,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3462,
"end": 3484,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3462,
"end": 3466,
"ctxt": 0
},
"value": "r8b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3469,
"end": 3484,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3469,
"end": 3474,
"ctxt": 0
},
"value": "base2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3479,
"end": 3484,
"ctxt": 0
},
"value": "base1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3486,
"end": 3507,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3490,
"end": 3506,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3490,
"end": 3494,
"ctxt": 0
},
"value": "r8b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3497,
"end": 3506,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3497,
"end": 3499,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3504,
"end": 3506,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3508,
"end": 3529,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3512,
"end": 3528,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3512,
"end": 3516,
"ctxt": 0
},
"value": "r8b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3519,
"end": 3528,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3519,
"end": 3521,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3526,
"end": 3528,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3530,
"end": 3551,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3534,
"end": 3550,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3534,
"end": 3538,
"ctxt": 0
},
"value": "r8b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3541,
"end": 3550,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3541,
"end": 3543,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3548,
"end": 3550,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3552,
"end": 3573,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3556,
"end": 3572,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3556,
"end": 3560,
"ctxt": 0
},
"value": "r8b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3563,
"end": 3572,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3563,
"end": 3565,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3570,
"end": 3572,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3574,
"end": 3595,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3578,
"end": 3594,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3578,
"end": 3582,
"ctxt": 0
},
"value": "r8b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3585,
"end": 3594,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3585,
"end": 3587,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3592,
"end": 3594,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
}
],
"interpreter": null
}