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

9422 lines
219 KiB
JSON

{
"type": "Script",
"span": {
"start": 0,
"end": 3594,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 6,
"end": 8,
"ctxt": 0
},
"value": "A1",
"optional": false
},
"declare": false,
"span": {
"start": 0,
"end": 182,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 15,
"end": 32,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 22,
"end": 23,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 23,
"end": 31,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 25,
"end": 31,
"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": 37,
"end": 54,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 44,
"end": 45,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 45,
"end": 53,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 47,
"end": 53,
"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": 59,
"end": 77,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 66,
"end": 67,
"ctxt": 0
},
"value": "c",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 67,
"end": 76,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 69,
"end": 76,
"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": 82,
"end": 96,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 89,
"end": 90,
"ctxt": 0
},
"value": "d",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 90,
"end": 95,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 92,
"end": 95,
"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": 101,
"end": 118,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 108,
"end": 109,
"ctxt": 0
},
"value": "e",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 109,
"end": 117,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 111,
"end": 117,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 111,
"end": 117,
"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": 123,
"end": 180,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 130,
"end": 132,
"ctxt": 0
},
"value": "fn",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 133,
"end": 142,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 133,
"end": 142,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 134,
"end": 142,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 136,
"end": 142,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"decorators": [],
"span": {
"start": 123,
"end": 180,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 152,
"end": 180,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 162,
"end": 174,
"ctxt": 0
},
"argument": {
"type": "NullLiteral",
"span": {
"start": 169,
"end": 173,
"ctxt": 0
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 143,
"end": 151,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 145,
"end": 151,
"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": 189,
"end": 191,
"ctxt": 0
},
"value": "B1",
"optional": false
},
"declare": false,
"span": {
"start": 183,
"end": 365,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 198,
"end": 215,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 205,
"end": 206,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 206,
"end": 214,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 208,
"end": 214,
"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": 220,
"end": 237,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 227,
"end": 228,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 228,
"end": 236,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 230,
"end": 236,
"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": 242,
"end": 260,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 249,
"end": 250,
"ctxt": 0
},
"value": "c",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 250,
"end": 259,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 252,
"end": 259,
"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": 265,
"end": 279,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 272,
"end": 273,
"ctxt": 0
},
"value": "d",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 273,
"end": 278,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 275,
"end": 278,
"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": 284,
"end": 301,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 291,
"end": 292,
"ctxt": 0
},
"value": "e",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 292,
"end": 300,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 294,
"end": 300,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 294,
"end": 300,
"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": 306,
"end": 363,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 313,
"end": 315,
"ctxt": 0
},
"value": "fn",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 316,
"end": 325,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 316,
"end": 325,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 317,
"end": 325,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 319,
"end": 325,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"decorators": [],
"span": {
"start": 306,
"end": 363,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 335,
"end": 363,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 345,
"end": 357,
"ctxt": 0
},
"argument": {
"type": "NullLiteral",
"span": {
"start": 352,
"end": 356,
"ctxt": 0
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 326,
"end": 334,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 328,
"end": 334,
"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": 373,
"end": 377,
"ctxt": 0
},
"value": "Base",
"optional": false
},
"declare": false,
"span": {
"start": 367,
"end": 467,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 384,
"end": 402,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 392,
"end": 393,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 393,
"end": 401,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 395,
"end": 401,
"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": 407,
"end": 465,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 415,
"end": 417,
"ctxt": 0
},
"value": "fn",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 418,
"end": 427,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 418,
"end": 427,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 419,
"end": 427,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 421,
"end": 427,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"decorators": [],
"span": {
"start": 407,
"end": 465,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 437,
"end": 465,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 447,
"end": 459,
"ctxt": 0
},
"argument": {
"type": "NullLiteral",
"span": {
"start": 454,
"end": 458,
"ctxt": 0
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 428,
"end": 436,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 430,
"end": 436,
"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": 474,
"end": 476,
"ctxt": 0
},
"value": "A2",
"optional": false
},
"declare": false,
"span": {
"start": 468,
"end": 493,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": {
"type": "Identifier",
"span": {
"start": 485,
"end": 489,
"ctxt": 0
},
"value": "Base",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 500,
"end": 502,
"ctxt": 0
},
"value": "B2",
"optional": false
},
"declare": false,
"span": {
"start": 494,
"end": 519,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": {
"type": "Identifier",
"span": {
"start": 511,
"end": 515,
"ctxt": 0
},
"value": "Base",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 521,
"end": 559,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 531,
"end": 533,
"ctxt": 0
},
"value": "A3",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 534,
"end": 559,
"ctxt": 0
},
"body": [
{
"type": "TsMethodSignature",
"span": {
"start": 536,
"end": 557,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 536,
"end": 537,
"ctxt": 0
},
"value": "f",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 538,
"end": 547,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 539,
"end": 547,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 541,
"end": 547,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 548,
"end": 556,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 550,
"end": 556,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 560,
"end": 598,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 570,
"end": 572,
"ctxt": 0
},
"value": "B3",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 573,
"end": 598,
"ctxt": 0
},
"body": [
{
"type": "TsMethodSignature",
"span": {
"start": 575,
"end": 596,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 575,
"end": 576,
"ctxt": 0
},
"value": "f",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 577,
"end": 586,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 578,
"end": 586,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 580,
"end": 586,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 587,
"end": 595,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 589,
"end": 595,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 600,
"end": 637,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 610,
"end": 612,
"ctxt": 0
},
"value": "A4",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 613,
"end": 637,
"ctxt": 0
},
"body": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 615,
"end": 635,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 620,
"end": 629,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 621,
"end": 629,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 623,
"end": 629,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 630,
"end": 634,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 632,
"end": 634,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 632,
"end": 634,
"ctxt": 0
},
"value": "A1",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 638,
"end": 675,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 648,
"end": 650,
"ctxt": 0
},
"value": "B4",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 651,
"end": 675,
"ctxt": 0
},
"body": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 653,
"end": 673,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 658,
"end": 667,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 659,
"end": 667,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 661,
"end": 667,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 668,
"end": 672,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 670,
"end": 672,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 670,
"end": 672,
"ctxt": 0
},
"value": "B1",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 677,
"end": 714,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 687,
"end": 689,
"ctxt": 0
},
"value": "A5",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 690,
"end": 714,
"ctxt": 0
},
"body": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 693,
"end": 702,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 694,
"end": 702,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 696,
"end": 702,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 703,
"end": 711,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 705,
"end": 711,
"ctxt": 0
},
"kind": "number"
}
},
"readonly": false,
"static": false,
"span": {
"start": 692,
"end": 712,
"ctxt": 0
}
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 715,
"end": 752,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 725,
"end": 727,
"ctxt": 0
},
"value": "B5",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 728,
"end": 752,
"ctxt": 0
},
"body": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 731,
"end": 740,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 732,
"end": 740,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 734,
"end": 740,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 741,
"end": 749,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 743,
"end": 749,
"ctxt": 0
},
"kind": "number"
}
},
"readonly": false,
"static": false,
"span": {
"start": 730,
"end": 750,
"ctxt": 0
}
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 754,
"end": 791,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 764,
"end": 766,
"ctxt": 0
},
"value": "A6",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 767,
"end": 791,
"ctxt": 0
},
"body": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 770,
"end": 779,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 771,
"end": 779,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 773,
"end": 779,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 780,
"end": 788,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 782,
"end": 788,
"ctxt": 0
},
"kind": "string"
}
},
"readonly": false,
"static": false,
"span": {
"start": 769,
"end": 789,
"ctxt": 0
}
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 792,
"end": 829,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 802,
"end": 804,
"ctxt": 0
},
"value": "B6",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 805,
"end": 829,
"ctxt": 0
},
"body": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 808,
"end": 817,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 809,
"end": 817,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 811,
"end": 817,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 818,
"end": 826,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 820,
"end": 826,
"ctxt": 0
},
"kind": "string"
}
},
"readonly": false,
"static": false,
"span": {
"start": 807,
"end": 827,
"ctxt": 0
}
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 831,
"end": 842,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 835,
"end": 841,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 835,
"end": 837,
"ctxt": 0
},
"value": "a1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 837,
"end": 841,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 839,
"end": 841,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 839,
"end": 841,
"ctxt": 0
},
"value": "A1",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 843,
"end": 854,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 847,
"end": 853,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 847,
"end": 849,
"ctxt": 0
},
"value": "a2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 849,
"end": 853,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 851,
"end": 853,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 851,
"end": 853,
"ctxt": 0
},
"value": "A2",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 855,
"end": 866,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 859,
"end": 865,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 859,
"end": 861,
"ctxt": 0
},
"value": "a3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 861,
"end": 865,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 863,
"end": 865,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 863,
"end": 865,
"ctxt": 0
},
"value": "A3",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 867,
"end": 878,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 871,
"end": 877,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 871,
"end": 873,
"ctxt": 0
},
"value": "a4",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 873,
"end": 877,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 875,
"end": 877,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 875,
"end": 877,
"ctxt": 0
},
"value": "A4",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 879,
"end": 890,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 883,
"end": 889,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 883,
"end": 885,
"ctxt": 0
},
"value": "a5",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 885,
"end": 889,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 887,
"end": 889,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 887,
"end": 889,
"ctxt": 0
},
"value": "A5",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 891,
"end": 902,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 895,
"end": 901,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 895,
"end": 897,
"ctxt": 0
},
"value": "a6",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 897,
"end": 901,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 899,
"end": 901,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 899,
"end": 901,
"ctxt": 0
},
"value": "A6",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 904,
"end": 915,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 908,
"end": 914,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 908,
"end": 910,
"ctxt": 0
},
"value": "b1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 910,
"end": 914,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 912,
"end": 914,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 912,
"end": 914,
"ctxt": 0
},
"value": "B1",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 916,
"end": 927,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 920,
"end": 926,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 920,
"end": 922,
"ctxt": 0
},
"value": "b2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 922,
"end": 926,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 924,
"end": 926,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 924,
"end": 926,
"ctxt": 0
},
"value": "B2",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 928,
"end": 939,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 932,
"end": 938,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 932,
"end": 934,
"ctxt": 0
},
"value": "b3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 934,
"end": 938,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 936,
"end": 938,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 936,
"end": 938,
"ctxt": 0
},
"value": "B3",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 940,
"end": 951,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 944,
"end": 950,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 944,
"end": 946,
"ctxt": 0
},
"value": "b4",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 946,
"end": 950,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 948,
"end": 950,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 948,
"end": 950,
"ctxt": 0
},
"value": "B4",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 952,
"end": 963,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 956,
"end": 962,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 956,
"end": 958,
"ctxt": 0
},
"value": "b5",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 958,
"end": 962,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 960,
"end": 962,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 960,
"end": 962,
"ctxt": 0
},
"value": "B5",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 964,
"end": 975,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 968,
"end": 974,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 968,
"end": 970,
"ctxt": 0
},
"value": "b6",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 970,
"end": 974,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 972,
"end": 974,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 972,
"end": 974,
"ctxt": 0
},
"value": "B6",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 977,
"end": 993,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 981,
"end": 992,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 981,
"end": 986,
"ctxt": 0
},
"value": "base1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 986,
"end": 992,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 988,
"end": 992,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 988,
"end": 992,
"ctxt": 0
},
"value": "Base",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 994,
"end": 1010,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 998,
"end": 1009,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 998,
"end": 1003,
"ctxt": 0
},
"value": "base2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1003,
"end": 1009,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1005,
"end": 1009,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1005,
"end": 1009,
"ctxt": 0
},
"value": "Base",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1026,
"end": 1045,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1030,
"end": 1044,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1030,
"end": 1034,
"ctxt": 0
},
"value": "r1a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1037,
"end": 1044,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1037,
"end": 1039,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1042,
"end": 1044,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1046,
"end": 1071,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1050,
"end": 1070,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1050,
"end": 1054,
"ctxt": 0
},
"value": "r1a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1057,
"end": 1070,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1057,
"end": 1062,
"ctxt": 0
},
"value": "base1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1065,
"end": 1070,
"ctxt": 0
},
"value": "base2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1072,
"end": 1091,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1076,
"end": 1090,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1076,
"end": 1080,
"ctxt": 0
},
"value": "r1a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1083,
"end": 1090,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1083,
"end": 1085,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1088,
"end": 1090,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1092,
"end": 1111,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1096,
"end": 1110,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1096,
"end": 1100,
"ctxt": 0
},
"value": "r1a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1103,
"end": 1110,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1103,
"end": 1105,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1108,
"end": 1110,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1112,
"end": 1131,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1116,
"end": 1130,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1116,
"end": 1120,
"ctxt": 0
},
"value": "r1a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1123,
"end": 1130,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1123,
"end": 1125,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1128,
"end": 1130,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1132,
"end": 1151,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1136,
"end": 1150,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1136,
"end": 1140,
"ctxt": 0
},
"value": "r1a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1143,
"end": 1150,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1143,
"end": 1145,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1148,
"end": 1150,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1152,
"end": 1171,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1156,
"end": 1170,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1156,
"end": 1160,
"ctxt": 0
},
"value": "r1a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1163,
"end": 1170,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1163,
"end": 1165,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1168,
"end": 1170,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1173,
"end": 1192,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1177,
"end": 1191,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1177,
"end": 1181,
"ctxt": 0
},
"value": "r1b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1184,
"end": 1191,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1184,
"end": 1186,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1189,
"end": 1191,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1193,
"end": 1218,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1197,
"end": 1217,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1197,
"end": 1201,
"ctxt": 0
},
"value": "r1b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1204,
"end": 1217,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1204,
"end": 1209,
"ctxt": 0
},
"value": "base2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1212,
"end": 1217,
"ctxt": 0
},
"value": "base1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1219,
"end": 1238,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1223,
"end": 1237,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1223,
"end": 1227,
"ctxt": 0
},
"value": "r1b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1230,
"end": 1237,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1230,
"end": 1232,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1235,
"end": 1237,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1239,
"end": 1258,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1243,
"end": 1257,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1243,
"end": 1247,
"ctxt": 0
},
"value": "r1b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1250,
"end": 1257,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1250,
"end": 1252,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1255,
"end": 1257,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1259,
"end": 1278,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1263,
"end": 1277,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1263,
"end": 1267,
"ctxt": 0
},
"value": "r1b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1270,
"end": 1277,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1270,
"end": 1272,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1275,
"end": 1277,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1279,
"end": 1298,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1283,
"end": 1297,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1283,
"end": 1287,
"ctxt": 0
},
"value": "r1b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1290,
"end": 1297,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1290,
"end": 1292,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1295,
"end": 1297,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1299,
"end": 1318,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1303,
"end": 1317,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1303,
"end": 1307,
"ctxt": 0
},
"value": "r1b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1310,
"end": 1317,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1310,
"end": 1312,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1315,
"end": 1317,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1334,
"end": 1353,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1338,
"end": 1352,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1338,
"end": 1342,
"ctxt": 0
},
"value": "r2a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1345,
"end": 1352,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1345,
"end": 1347,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1350,
"end": 1352,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1354,
"end": 1379,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1358,
"end": 1378,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1358,
"end": 1362,
"ctxt": 0
},
"value": "r2a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1365,
"end": 1378,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1365,
"end": 1370,
"ctxt": 0
},
"value": "base1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1373,
"end": 1378,
"ctxt": 0
},
"value": "base2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1380,
"end": 1399,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1384,
"end": 1398,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1384,
"end": 1388,
"ctxt": 0
},
"value": "r2a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1391,
"end": 1398,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1391,
"end": 1393,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1396,
"end": 1398,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1400,
"end": 1419,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1404,
"end": 1418,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1404,
"end": 1408,
"ctxt": 0
},
"value": "r2a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1411,
"end": 1418,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1411,
"end": 1413,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1416,
"end": 1418,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1420,
"end": 1439,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1424,
"end": 1438,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1424,
"end": 1428,
"ctxt": 0
},
"value": "r2a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1431,
"end": 1438,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1431,
"end": 1433,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1436,
"end": 1438,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1440,
"end": 1459,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1444,
"end": 1458,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1444,
"end": 1448,
"ctxt": 0
},
"value": "r2a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1451,
"end": 1458,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1451,
"end": 1453,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1456,
"end": 1458,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1460,
"end": 1479,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1464,
"end": 1478,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1464,
"end": 1468,
"ctxt": 0
},
"value": "r2a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1471,
"end": 1478,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1471,
"end": 1473,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1476,
"end": 1478,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1481,
"end": 1500,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1485,
"end": 1499,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1485,
"end": 1489,
"ctxt": 0
},
"value": "r2b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1492,
"end": 1499,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1492,
"end": 1494,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1497,
"end": 1499,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1501,
"end": 1526,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1505,
"end": 1525,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1505,
"end": 1509,
"ctxt": 0
},
"value": "r2b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1512,
"end": 1525,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1512,
"end": 1517,
"ctxt": 0
},
"value": "base2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1520,
"end": 1525,
"ctxt": 0
},
"value": "base1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1527,
"end": 1546,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1531,
"end": 1545,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1531,
"end": 1535,
"ctxt": 0
},
"value": "r2b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1538,
"end": 1545,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1538,
"end": 1540,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1543,
"end": 1545,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1547,
"end": 1566,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1551,
"end": 1565,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1551,
"end": 1555,
"ctxt": 0
},
"value": "r2b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1558,
"end": 1565,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1558,
"end": 1560,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1563,
"end": 1565,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1567,
"end": 1586,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1571,
"end": 1585,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1571,
"end": 1575,
"ctxt": 0
},
"value": "r2b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1578,
"end": 1585,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1578,
"end": 1580,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1583,
"end": 1585,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1587,
"end": 1606,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1591,
"end": 1605,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1591,
"end": 1595,
"ctxt": 0
},
"value": "r2b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1598,
"end": 1605,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1598,
"end": 1600,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1603,
"end": 1605,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1607,
"end": 1626,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1611,
"end": 1625,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1611,
"end": 1615,
"ctxt": 0
},
"value": "r2b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1618,
"end": 1625,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1618,
"end": 1620,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1623,
"end": 1625,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1643,
"end": 1663,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1647,
"end": 1662,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1647,
"end": 1651,
"ctxt": 0
},
"value": "r3a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1654,
"end": 1662,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1654,
"end": 1656,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1660,
"end": 1662,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1664,
"end": 1690,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1668,
"end": 1689,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1668,
"end": 1672,
"ctxt": 0
},
"value": "r3a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1675,
"end": 1689,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1675,
"end": 1680,
"ctxt": 0
},
"value": "base1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1684,
"end": 1689,
"ctxt": 0
},
"value": "base2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1691,
"end": 1711,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1695,
"end": 1710,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1695,
"end": 1699,
"ctxt": 0
},
"value": "r3a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1702,
"end": 1710,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1702,
"end": 1704,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1708,
"end": 1710,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1712,
"end": 1732,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1716,
"end": 1731,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1716,
"end": 1720,
"ctxt": 0
},
"value": "r3a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1723,
"end": 1731,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1723,
"end": 1725,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1729,
"end": 1731,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1733,
"end": 1753,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1737,
"end": 1752,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1737,
"end": 1741,
"ctxt": 0
},
"value": "r3a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1744,
"end": 1752,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1744,
"end": 1746,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1750,
"end": 1752,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1754,
"end": 1774,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1758,
"end": 1773,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1758,
"end": 1762,
"ctxt": 0
},
"value": "r3a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1765,
"end": 1773,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1765,
"end": 1767,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1771,
"end": 1773,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1775,
"end": 1795,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1779,
"end": 1794,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1779,
"end": 1783,
"ctxt": 0
},
"value": "r3a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1786,
"end": 1794,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1786,
"end": 1788,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1792,
"end": 1794,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1797,
"end": 1817,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1801,
"end": 1816,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1801,
"end": 1805,
"ctxt": 0
},
"value": "r3b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1808,
"end": 1816,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1808,
"end": 1810,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1814,
"end": 1816,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1818,
"end": 1844,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1822,
"end": 1843,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1822,
"end": 1826,
"ctxt": 0
},
"value": "r3b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1829,
"end": 1843,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1829,
"end": 1834,
"ctxt": 0
},
"value": "base2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1838,
"end": 1843,
"ctxt": 0
},
"value": "base1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1845,
"end": 1865,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1849,
"end": 1864,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1849,
"end": 1853,
"ctxt": 0
},
"value": "r3b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1856,
"end": 1864,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1856,
"end": 1858,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1862,
"end": 1864,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1866,
"end": 1886,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1870,
"end": 1885,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1870,
"end": 1874,
"ctxt": 0
},
"value": "r3b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1877,
"end": 1885,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1877,
"end": 1879,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1883,
"end": 1885,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1887,
"end": 1907,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1891,
"end": 1906,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1891,
"end": 1895,
"ctxt": 0
},
"value": "r3b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1898,
"end": 1906,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1898,
"end": 1900,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1904,
"end": 1906,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1908,
"end": 1928,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1912,
"end": 1927,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1912,
"end": 1916,
"ctxt": 0
},
"value": "r3b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1919,
"end": 1927,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1919,
"end": 1921,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1925,
"end": 1927,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1929,
"end": 1949,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1933,
"end": 1948,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1933,
"end": 1937,
"ctxt": 0
},
"value": "r3b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1940,
"end": 1948,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1940,
"end": 1942,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1946,
"end": 1948,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1966,
"end": 1986,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1970,
"end": 1985,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1970,
"end": 1974,
"ctxt": 0
},
"value": "r4a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1977,
"end": 1985,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 1977,
"end": 1979,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1983,
"end": 1985,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1987,
"end": 2013,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1991,
"end": 2012,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1991,
"end": 1995,
"ctxt": 0
},
"value": "r4a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1998,
"end": 2012,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 1998,
"end": 2003,
"ctxt": 0
},
"value": "base1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2007,
"end": 2012,
"ctxt": 0
},
"value": "base2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2014,
"end": 2034,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2018,
"end": 2033,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2018,
"end": 2022,
"ctxt": 0
},
"value": "r4a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2025,
"end": 2033,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2025,
"end": 2027,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2031,
"end": 2033,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2035,
"end": 2055,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2039,
"end": 2054,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2039,
"end": 2043,
"ctxt": 0
},
"value": "r4a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2046,
"end": 2054,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2046,
"end": 2048,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2052,
"end": 2054,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2056,
"end": 2076,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2060,
"end": 2075,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2060,
"end": 2064,
"ctxt": 0
},
"value": "r4a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2067,
"end": 2075,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2067,
"end": 2069,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2073,
"end": 2075,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2077,
"end": 2097,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2081,
"end": 2096,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2081,
"end": 2085,
"ctxt": 0
},
"value": "r4a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2088,
"end": 2096,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2088,
"end": 2090,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2094,
"end": 2096,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2098,
"end": 2118,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2102,
"end": 2117,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2102,
"end": 2106,
"ctxt": 0
},
"value": "r4a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2109,
"end": 2117,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2109,
"end": 2111,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2115,
"end": 2117,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2120,
"end": 2140,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2124,
"end": 2139,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2124,
"end": 2128,
"ctxt": 0
},
"value": "r4b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2131,
"end": 2139,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2131,
"end": 2133,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2137,
"end": 2139,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2141,
"end": 2167,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2145,
"end": 2166,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2145,
"end": 2149,
"ctxt": 0
},
"value": "r4b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2152,
"end": 2166,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2152,
"end": 2157,
"ctxt": 0
},
"value": "base2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2161,
"end": 2166,
"ctxt": 0
},
"value": "base1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2168,
"end": 2188,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2172,
"end": 2187,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2172,
"end": 2176,
"ctxt": 0
},
"value": "r4b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2179,
"end": 2187,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2179,
"end": 2181,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2185,
"end": 2187,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2189,
"end": 2209,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2193,
"end": 2208,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2193,
"end": 2197,
"ctxt": 0
},
"value": "r4b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2200,
"end": 2208,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2200,
"end": 2202,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2206,
"end": 2208,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2210,
"end": 2230,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2214,
"end": 2229,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2214,
"end": 2218,
"ctxt": 0
},
"value": "r4b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2221,
"end": 2229,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2221,
"end": 2223,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2227,
"end": 2229,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2231,
"end": 2251,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2235,
"end": 2250,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2235,
"end": 2239,
"ctxt": 0
},
"value": "r4b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2242,
"end": 2250,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2242,
"end": 2244,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2248,
"end": 2250,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2252,
"end": 2272,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2256,
"end": 2271,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2256,
"end": 2260,
"ctxt": 0
},
"value": "r4b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2263,
"end": 2271,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 2263,
"end": 2265,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2269,
"end": 2271,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2289,
"end": 2309,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2293,
"end": 2308,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2293,
"end": 2297,
"ctxt": 0
},
"value": "r5a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2300,
"end": 2308,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2300,
"end": 2302,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2306,
"end": 2308,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2310,
"end": 2336,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2314,
"end": 2335,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2314,
"end": 2318,
"ctxt": 0
},
"value": "r5a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2321,
"end": 2335,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2321,
"end": 2326,
"ctxt": 0
},
"value": "base1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2330,
"end": 2335,
"ctxt": 0
},
"value": "base2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2337,
"end": 2357,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2341,
"end": 2356,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2341,
"end": 2345,
"ctxt": 0
},
"value": "r5a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2348,
"end": 2356,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2348,
"end": 2350,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2354,
"end": 2356,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2358,
"end": 2378,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2362,
"end": 2377,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2362,
"end": 2366,
"ctxt": 0
},
"value": "r5a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2369,
"end": 2377,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2369,
"end": 2371,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2375,
"end": 2377,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2379,
"end": 2399,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2383,
"end": 2398,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2383,
"end": 2387,
"ctxt": 0
},
"value": "r5a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2390,
"end": 2398,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2390,
"end": 2392,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2396,
"end": 2398,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2400,
"end": 2420,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2404,
"end": 2419,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2404,
"end": 2408,
"ctxt": 0
},
"value": "r5a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2411,
"end": 2419,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2411,
"end": 2413,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2417,
"end": 2419,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2421,
"end": 2441,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2425,
"end": 2440,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2425,
"end": 2429,
"ctxt": 0
},
"value": "r5a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2432,
"end": 2440,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2432,
"end": 2434,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2438,
"end": 2440,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2443,
"end": 2463,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2447,
"end": 2462,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2447,
"end": 2451,
"ctxt": 0
},
"value": "r5b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2454,
"end": 2462,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2454,
"end": 2456,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2460,
"end": 2462,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2464,
"end": 2490,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2468,
"end": 2489,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2468,
"end": 2472,
"ctxt": 0
},
"value": "r5b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2475,
"end": 2489,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2475,
"end": 2480,
"ctxt": 0
},
"value": "base2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2484,
"end": 2489,
"ctxt": 0
},
"value": "base1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2491,
"end": 2511,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2495,
"end": 2510,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2495,
"end": 2499,
"ctxt": 0
},
"value": "r5b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2502,
"end": 2510,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2502,
"end": 2504,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2508,
"end": 2510,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2512,
"end": 2532,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2516,
"end": 2531,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2516,
"end": 2520,
"ctxt": 0
},
"value": "r5b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2523,
"end": 2531,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2523,
"end": 2525,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2529,
"end": 2531,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2533,
"end": 2553,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2537,
"end": 2552,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2537,
"end": 2541,
"ctxt": 0
},
"value": "r5b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2544,
"end": 2552,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2544,
"end": 2546,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2550,
"end": 2552,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2554,
"end": 2574,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2558,
"end": 2573,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2558,
"end": 2562,
"ctxt": 0
},
"value": "r5b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2565,
"end": 2573,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2565,
"end": 2567,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2571,
"end": 2573,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2575,
"end": 2595,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2579,
"end": 2594,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2579,
"end": 2583,
"ctxt": 0
},
"value": "r5b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2586,
"end": 2594,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 2586,
"end": 2588,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2592,
"end": 2594,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2612,
"end": 2632,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2616,
"end": 2631,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2616,
"end": 2620,
"ctxt": 0
},
"value": "r6a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2623,
"end": 2631,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2623,
"end": 2625,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2629,
"end": 2631,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2633,
"end": 2659,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2637,
"end": 2658,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2637,
"end": 2641,
"ctxt": 0
},
"value": "r6a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2644,
"end": 2658,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2644,
"end": 2649,
"ctxt": 0
},
"value": "base1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2653,
"end": 2658,
"ctxt": 0
},
"value": "base2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2660,
"end": 2680,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2664,
"end": 2679,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2664,
"end": 2668,
"ctxt": 0
},
"value": "r6a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2671,
"end": 2679,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2671,
"end": 2673,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2677,
"end": 2679,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2681,
"end": 2701,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2685,
"end": 2700,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2685,
"end": 2689,
"ctxt": 0
},
"value": "r6a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2692,
"end": 2700,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2692,
"end": 2694,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2698,
"end": 2700,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2702,
"end": 2722,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2706,
"end": 2721,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2706,
"end": 2710,
"ctxt": 0
},
"value": "r6a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2713,
"end": 2721,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2713,
"end": 2715,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2719,
"end": 2721,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2723,
"end": 2743,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2727,
"end": 2742,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2727,
"end": 2731,
"ctxt": 0
},
"value": "r6a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2734,
"end": 2742,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2734,
"end": 2736,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2740,
"end": 2742,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2744,
"end": 2764,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2748,
"end": 2763,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2748,
"end": 2752,
"ctxt": 0
},
"value": "r6a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2755,
"end": 2763,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2755,
"end": 2757,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2761,
"end": 2763,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2766,
"end": 2786,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2770,
"end": 2785,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2770,
"end": 2774,
"ctxt": 0
},
"value": "r6b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2777,
"end": 2785,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2777,
"end": 2779,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2783,
"end": 2785,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2787,
"end": 2813,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2791,
"end": 2812,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2791,
"end": 2795,
"ctxt": 0
},
"value": "r6b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2798,
"end": 2812,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2798,
"end": 2803,
"ctxt": 0
},
"value": "base2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2807,
"end": 2812,
"ctxt": 0
},
"value": "base1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2814,
"end": 2834,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2818,
"end": 2833,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2818,
"end": 2822,
"ctxt": 0
},
"value": "r6b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2825,
"end": 2833,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2825,
"end": 2827,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2831,
"end": 2833,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2835,
"end": 2855,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2839,
"end": 2854,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2839,
"end": 2843,
"ctxt": 0
},
"value": "r6b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2846,
"end": 2854,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2846,
"end": 2848,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2852,
"end": 2854,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2856,
"end": 2876,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2860,
"end": 2875,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2860,
"end": 2864,
"ctxt": 0
},
"value": "r6b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2867,
"end": 2875,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2867,
"end": 2869,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2873,
"end": 2875,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2877,
"end": 2897,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2881,
"end": 2896,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2881,
"end": 2885,
"ctxt": 0
},
"value": "r6b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2888,
"end": 2896,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2888,
"end": 2890,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2894,
"end": 2896,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2898,
"end": 2918,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2902,
"end": 2917,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2902,
"end": 2906,
"ctxt": 0
},
"value": "r6b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2909,
"end": 2917,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2909,
"end": 2911,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2915,
"end": 2917,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2936,
"end": 2957,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2940,
"end": 2956,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2940,
"end": 2944,
"ctxt": 0
},
"value": "r7a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2947,
"end": 2956,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2947,
"end": 2949,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2954,
"end": 2956,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2958,
"end": 2985,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2962,
"end": 2984,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2962,
"end": 2966,
"ctxt": 0
},
"value": "r7a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2969,
"end": 2984,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2969,
"end": 2974,
"ctxt": 0
},
"value": "base1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2979,
"end": 2984,
"ctxt": 0
},
"value": "base2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2986,
"end": 3007,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2990,
"end": 3006,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2990,
"end": 2994,
"ctxt": 0
},
"value": "r7a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2997,
"end": 3006,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2997,
"end": 2999,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3004,
"end": 3006,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3008,
"end": 3029,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3012,
"end": 3028,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3012,
"end": 3016,
"ctxt": 0
},
"value": "r7a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3019,
"end": 3028,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3019,
"end": 3021,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3026,
"end": 3028,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3030,
"end": 3051,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3034,
"end": 3050,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3034,
"end": 3038,
"ctxt": 0
},
"value": "r7a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3041,
"end": 3050,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3041,
"end": 3043,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3048,
"end": 3050,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3052,
"end": 3073,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3056,
"end": 3072,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3056,
"end": 3060,
"ctxt": 0
},
"value": "r7a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3063,
"end": 3072,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3063,
"end": 3065,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3070,
"end": 3072,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3074,
"end": 3095,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3078,
"end": 3094,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3078,
"end": 3082,
"ctxt": 0
},
"value": "r7a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3085,
"end": 3094,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3085,
"end": 3087,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3092,
"end": 3094,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3097,
"end": 3118,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3101,
"end": 3117,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3101,
"end": 3105,
"ctxt": 0
},
"value": "r7b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3108,
"end": 3117,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3108,
"end": 3110,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3115,
"end": 3117,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3119,
"end": 3146,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3123,
"end": 3145,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3123,
"end": 3127,
"ctxt": 0
},
"value": "r7b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3130,
"end": 3145,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3130,
"end": 3135,
"ctxt": 0
},
"value": "base2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3140,
"end": 3145,
"ctxt": 0
},
"value": "base1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3147,
"end": 3168,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3151,
"end": 3167,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3151,
"end": 3155,
"ctxt": 0
},
"value": "r7b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3158,
"end": 3167,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3158,
"end": 3160,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3165,
"end": 3167,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3169,
"end": 3190,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3173,
"end": 3189,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3173,
"end": 3177,
"ctxt": 0
},
"value": "r7b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3180,
"end": 3189,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3180,
"end": 3182,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3187,
"end": 3189,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3191,
"end": 3212,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3195,
"end": 3211,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3195,
"end": 3199,
"ctxt": 0
},
"value": "r7b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3202,
"end": 3211,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3202,
"end": 3204,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3209,
"end": 3211,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3213,
"end": 3234,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3217,
"end": 3233,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3217,
"end": 3221,
"ctxt": 0
},
"value": "r7b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3224,
"end": 3233,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3224,
"end": 3226,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3231,
"end": 3233,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3235,
"end": 3256,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3239,
"end": 3255,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3239,
"end": 3243,
"ctxt": 0
},
"value": "r7b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3246,
"end": 3255,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3246,
"end": 3248,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3253,
"end": 3255,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3274,
"end": 3295,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3278,
"end": 3294,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3278,
"end": 3282,
"ctxt": 0
},
"value": "r8a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3285,
"end": 3294,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3285,
"end": 3287,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3292,
"end": 3294,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3296,
"end": 3323,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3300,
"end": 3322,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3300,
"end": 3304,
"ctxt": 0
},
"value": "r8a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3307,
"end": 3322,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3307,
"end": 3312,
"ctxt": 0
},
"value": "base1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3317,
"end": 3322,
"ctxt": 0
},
"value": "base2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3324,
"end": 3345,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3328,
"end": 3344,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3328,
"end": 3332,
"ctxt": 0
},
"value": "r8a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3335,
"end": 3344,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3335,
"end": 3337,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3342,
"end": 3344,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3346,
"end": 3367,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3350,
"end": 3366,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3350,
"end": 3354,
"ctxt": 0
},
"value": "r8a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3357,
"end": 3366,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3357,
"end": 3359,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3364,
"end": 3366,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3368,
"end": 3389,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3372,
"end": 3388,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3372,
"end": 3376,
"ctxt": 0
},
"value": "r8a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3379,
"end": 3388,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3379,
"end": 3381,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3386,
"end": 3388,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3390,
"end": 3411,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3394,
"end": 3410,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3394,
"end": 3398,
"ctxt": 0
},
"value": "r8a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3401,
"end": 3410,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3401,
"end": 3403,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3408,
"end": 3410,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3412,
"end": 3433,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3416,
"end": 3432,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3416,
"end": 3420,
"ctxt": 0
},
"value": "r8a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3423,
"end": 3432,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3423,
"end": 3425,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3430,
"end": 3432,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3435,
"end": 3456,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3439,
"end": 3455,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3439,
"end": 3443,
"ctxt": 0
},
"value": "r8b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3446,
"end": 3455,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3446,
"end": 3448,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3453,
"end": 3455,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3457,
"end": 3484,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3461,
"end": 3483,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3461,
"end": 3465,
"ctxt": 0
},
"value": "r8b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3468,
"end": 3483,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3468,
"end": 3473,
"ctxt": 0
},
"value": "base2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3478,
"end": 3483,
"ctxt": 0
},
"value": "base1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3485,
"end": 3506,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3489,
"end": 3505,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3489,
"end": 3493,
"ctxt": 0
},
"value": "r8b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3496,
"end": 3505,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3496,
"end": 3498,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3503,
"end": 3505,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3507,
"end": 3528,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3511,
"end": 3527,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3511,
"end": 3515,
"ctxt": 0
},
"value": "r8b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3518,
"end": 3527,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3518,
"end": 3520,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3525,
"end": 3527,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3529,
"end": 3550,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3533,
"end": 3549,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3533,
"end": 3537,
"ctxt": 0
},
"value": "r8b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3540,
"end": 3549,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3540,
"end": 3542,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3547,
"end": 3549,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3551,
"end": 3572,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3555,
"end": 3571,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3555,
"end": 3559,
"ctxt": 0
},
"value": "r8b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3562,
"end": 3571,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3562,
"end": 3564,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3569,
"end": 3571,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3573,
"end": 3594,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3577,
"end": 3593,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3577,
"end": 3581,
"ctxt": 0
},
"value": "r8b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3584,
"end": 3593,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 3584,
"end": 3586,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3591,
"end": 3593,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
}
],
"interpreter": null
}