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

10500 lines
266 KiB
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 0,
"end": 2594,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 0,
"end": 21,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 4,
"end": 20,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 4,
"end": 5,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 8,
"end": 20,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 8,
"end": 9,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 12,
"end": 20,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 16,
"end": 17,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 13,
"end": 13,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 19,
"end": 19,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 22,
"end": 44,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 26,
"end": 43,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 26,
"end": 27,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 30,
"end": 43,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 30,
"end": 31,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 34,
"end": 43,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 39,
"end": 40,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 35,
"end": 36,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 42,
"end": 42,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 45,
"end": 67,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 49,
"end": 66,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 49,
"end": 50,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 53,
"end": 66,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 53,
"end": 54,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 57,
"end": 66,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 61,
"end": 62,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 58,
"end": 58,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 64,
"end": 65,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 68,
"end": 91,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 72,
"end": 90,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 72,
"end": 73,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 76,
"end": 90,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 76,
"end": 77,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 80,
"end": 90,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 85,
"end": 86,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 81,
"end": 82,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 88,
"end": 89,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 92,
"end": 113,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 96,
"end": 112,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 96,
"end": 97,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 100,
"end": 112,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 100,
"end": 108,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 104,
"end": 105,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 101,
"end": 101,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 107,
"end": 107,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 111,
"end": 112,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 114,
"end": 136,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 118,
"end": 135,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 118,
"end": 119,
"ctxt": 0
},
"value": "f",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 122,
"end": 135,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 122,
"end": 131,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 127,
"end": 128,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 123,
"end": 124,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 130,
"end": 130,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 134,
"end": 135,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 137,
"end": 159,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 141,
"end": 158,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 141,
"end": 142,
"ctxt": 0
},
"value": "g",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 145,
"end": 158,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 145,
"end": 154,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 149,
"end": 150,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 146,
"end": 146,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 152,
"end": 153,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 157,
"end": 158,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 160,
"end": 183,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 164,
"end": 182,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 164,
"end": 165,
"ctxt": 0
},
"value": "h",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 168,
"end": 182,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 168,
"end": 178,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 173,
"end": 174,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 169,
"end": 170,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 176,
"end": 177,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 181,
"end": 182,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 185,
"end": 207,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 189,
"end": 206,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 189,
"end": 191,
"ctxt": 0
},
"value": "a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 194,
"end": 206,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 194,
"end": 195,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 198,
"end": 206,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 202,
"end": 203,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 199,
"end": 199,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 205,
"end": 205,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 208,
"end": 231,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 212,
"end": 230,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 212,
"end": 214,
"ctxt": 0
},
"value": "b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 217,
"end": 230,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 217,
"end": 218,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 221,
"end": 230,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 226,
"end": 227,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 222,
"end": 223,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 229,
"end": 229,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 232,
"end": 255,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 236,
"end": 254,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 236,
"end": 238,
"ctxt": 0
},
"value": "c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 241,
"end": 254,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 241,
"end": 242,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 245,
"end": 254,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 249,
"end": 250,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 246,
"end": 246,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 252,
"end": 253,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 256,
"end": 280,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 260,
"end": 279,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 260,
"end": 262,
"ctxt": 0
},
"value": "d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 265,
"end": 279,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 265,
"end": 266,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 269,
"end": 279,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 274,
"end": 275,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 270,
"end": 271,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 277,
"end": 278,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 281,
"end": 303,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 285,
"end": 302,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 285,
"end": 287,
"ctxt": 0
},
"value": "e2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 290,
"end": 302,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 290,
"end": 298,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 294,
"end": 295,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 291,
"end": 291,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 297,
"end": 297,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 301,
"end": 302,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 304,
"end": 327,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 308,
"end": 326,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 308,
"end": 310,
"ctxt": 0
},
"value": "f2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 313,
"end": 326,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 313,
"end": 322,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 318,
"end": 319,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 314,
"end": 315,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 321,
"end": 321,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 325,
"end": 326,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 328,
"end": 351,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 332,
"end": 350,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 332,
"end": 334,
"ctxt": 0
},
"value": "g2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 337,
"end": 350,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 337,
"end": 346,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 341,
"end": 342,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 338,
"end": 338,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 344,
"end": 345,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 349,
"end": 350,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 352,
"end": 376,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 356,
"end": 375,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 356,
"end": 358,
"ctxt": 0
},
"value": "h2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 361,
"end": 375,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 361,
"end": 371,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 366,
"end": 367,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 362,
"end": 363,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 369,
"end": 370,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 374,
"end": 375,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 378,
"end": 400,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 382,
"end": 399,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 382,
"end": 384,
"ctxt": 0
},
"value": "a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 387,
"end": 399,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 387,
"end": 388,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 391,
"end": 399,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 395,
"end": 396,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 392,
"end": 392,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 398,
"end": 398,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 401,
"end": 424,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 405,
"end": 423,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 405,
"end": 407,
"ctxt": 0
},
"value": "b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 410,
"end": 423,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 410,
"end": 411,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 414,
"end": 423,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 419,
"end": 420,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 415,
"end": 416,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 422,
"end": 422,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 425,
"end": 448,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 429,
"end": 447,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 429,
"end": 431,
"ctxt": 0
},
"value": "c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 434,
"end": 447,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 434,
"end": 435,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 438,
"end": 447,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 442,
"end": 443,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 439,
"end": 439,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 445,
"end": 446,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 449,
"end": 473,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 453,
"end": 472,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 453,
"end": 455,
"ctxt": 0
},
"value": "d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 458,
"end": 472,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 458,
"end": 459,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 462,
"end": 472,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 467,
"end": 468,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 463,
"end": 464,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 470,
"end": 471,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 474,
"end": 496,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 478,
"end": 495,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 478,
"end": 480,
"ctxt": 0
},
"value": "e3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 483,
"end": 495,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 483,
"end": 491,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 487,
"end": 488,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 484,
"end": 484,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 490,
"end": 490,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 494,
"end": 495,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 497,
"end": 520,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 501,
"end": 519,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 501,
"end": 503,
"ctxt": 0
},
"value": "f3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 506,
"end": 519,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 506,
"end": 515,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 511,
"end": 512,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 507,
"end": 508,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 514,
"end": 514,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 518,
"end": 519,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 521,
"end": 544,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 525,
"end": 543,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 525,
"end": 527,
"ctxt": 0
},
"value": "g3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 530,
"end": 543,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 530,
"end": 539,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 534,
"end": 535,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 531,
"end": 531,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 537,
"end": 538,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 542,
"end": 543,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 545,
"end": 569,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 549,
"end": 568,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 549,
"end": 551,
"ctxt": 0
},
"value": "h3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 554,
"end": 568,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 554,
"end": 564,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 559,
"end": 560,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 555,
"end": 556,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 562,
"end": 563,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 567,
"end": 568,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 571,
"end": 597,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 575,
"end": 596,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 575,
"end": 577,
"ctxt": 0
},
"value": "a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 580,
"end": 596,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 580,
"end": 581,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 584,
"end": 596,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 588,
"end": 593,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 588,
"end": 589,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 592,
"end": 593,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 585,
"end": 585,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 595,
"end": 595,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 598,
"end": 625,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 602,
"end": 624,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 602,
"end": 604,
"ctxt": 0
},
"value": "b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 607,
"end": 624,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 607,
"end": 608,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 611,
"end": 624,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 616,
"end": 621,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 616,
"end": 617,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 620,
"end": 621,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 612,
"end": 613,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 623,
"end": 623,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 626,
"end": 653,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 630,
"end": 652,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 630,
"end": 632,
"ctxt": 0
},
"value": "c4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 635,
"end": 652,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 635,
"end": 636,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 639,
"end": 652,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 643,
"end": 648,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 643,
"end": 644,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 647,
"end": 648,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 640,
"end": 640,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 650,
"end": 651,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 654,
"end": 682,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 658,
"end": 681,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 658,
"end": 660,
"ctxt": 0
},
"value": "d4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 663,
"end": 681,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 663,
"end": 664,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 667,
"end": 681,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 672,
"end": 677,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 672,
"end": 673,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 676,
"end": 677,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 668,
"end": 669,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 679,
"end": 680,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 683,
"end": 709,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 687,
"end": 708,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 687,
"end": 689,
"ctxt": 0
},
"value": "e4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 692,
"end": 708,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 692,
"end": 704,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 696,
"end": 701,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 696,
"end": 697,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 700,
"end": 701,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 693,
"end": 693,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 703,
"end": 703,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 707,
"end": 708,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 710,
"end": 737,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 714,
"end": 736,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 714,
"end": 716,
"ctxt": 0
},
"value": "f4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 719,
"end": 736,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 719,
"end": 732,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 724,
"end": 729,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 724,
"end": 725,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 728,
"end": 729,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 720,
"end": 721,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 731,
"end": 731,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 735,
"end": 736,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 738,
"end": 765,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 742,
"end": 764,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 742,
"end": 744,
"ctxt": 0
},
"value": "g4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 747,
"end": 764,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 747,
"end": 760,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 751,
"end": 756,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 751,
"end": 752,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 755,
"end": 756,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 748,
"end": 748,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 758,
"end": 759,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 763,
"end": 764,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 766,
"end": 794,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 770,
"end": 793,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 770,
"end": 772,
"ctxt": 0
},
"value": "h4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 775,
"end": 793,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 775,
"end": 789,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 780,
"end": 785,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 780,
"end": 781,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 784,
"end": 785,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 776,
"end": 777,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 787,
"end": 788,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 792,
"end": 793,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 796,
"end": 822,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 800,
"end": 821,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 800,
"end": 802,
"ctxt": 0
},
"value": "a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 805,
"end": 821,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 805,
"end": 806,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 809,
"end": 821,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 813,
"end": 818,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 813,
"end": 814,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 817,
"end": 818,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 810,
"end": 810,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 820,
"end": 820,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 823,
"end": 850,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 827,
"end": 849,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 827,
"end": 829,
"ctxt": 0
},
"value": "b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 832,
"end": 849,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 832,
"end": 833,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 836,
"end": 849,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 841,
"end": 846,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 841,
"end": 842,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 845,
"end": 846,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 837,
"end": 838,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 848,
"end": 848,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 851,
"end": 878,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 855,
"end": 877,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 855,
"end": 857,
"ctxt": 0
},
"value": "c5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 860,
"end": 877,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 860,
"end": 861,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 864,
"end": 877,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 868,
"end": 873,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 868,
"end": 869,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 872,
"end": 873,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 865,
"end": 865,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 875,
"end": 876,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 879,
"end": 907,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 883,
"end": 906,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 883,
"end": 885,
"ctxt": 0
},
"value": "d5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 888,
"end": 906,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 888,
"end": 889,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 892,
"end": 906,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 897,
"end": 902,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 897,
"end": 898,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 901,
"end": 902,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 893,
"end": 894,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 904,
"end": 905,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 908,
"end": 934,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 912,
"end": 933,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 912,
"end": 914,
"ctxt": 0
},
"value": "e5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 917,
"end": 933,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 917,
"end": 929,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 921,
"end": 926,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 921,
"end": 922,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 925,
"end": 926,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 918,
"end": 918,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 928,
"end": 928,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 932,
"end": 933,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 935,
"end": 962,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 939,
"end": 961,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 939,
"end": 941,
"ctxt": 0
},
"value": "f5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 944,
"end": 961,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 944,
"end": 957,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 949,
"end": 954,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 949,
"end": 950,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 953,
"end": 954,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 945,
"end": 946,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 956,
"end": 956,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 960,
"end": 961,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 963,
"end": 990,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 967,
"end": 989,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 967,
"end": 969,
"ctxt": 0
},
"value": "g5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 972,
"end": 989,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 972,
"end": 985,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 976,
"end": 981,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 976,
"end": 977,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 980,
"end": 981,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 973,
"end": 973,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 983,
"end": 984,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 988,
"end": 989,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 991,
"end": 1019,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 995,
"end": 1018,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 995,
"end": 997,
"ctxt": 0
},
"value": "h5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1000,
"end": 1018,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1000,
"end": 1014,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1005,
"end": 1010,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1005,
"end": 1006,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1009,
"end": 1010,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1001,
"end": 1002,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1012,
"end": 1013,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1017,
"end": 1018,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1021,
"end": 1047,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1025,
"end": 1046,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1025,
"end": 1027,
"ctxt": 0
},
"value": "a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1030,
"end": 1046,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1030,
"end": 1031,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1034,
"end": 1046,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1038,
"end": 1043,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1038,
"end": 1039,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1042,
"end": 1043,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1035,
"end": 1035,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1045,
"end": 1045,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1048,
"end": 1075,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1052,
"end": 1074,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1052,
"end": 1054,
"ctxt": 0
},
"value": "b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1057,
"end": 1074,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1057,
"end": 1058,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1061,
"end": 1074,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1066,
"end": 1071,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1066,
"end": 1067,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1070,
"end": 1071,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1062,
"end": 1063,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1073,
"end": 1073,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1076,
"end": 1103,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1080,
"end": 1102,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1080,
"end": 1082,
"ctxt": 0
},
"value": "c6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1085,
"end": 1102,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1085,
"end": 1086,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1089,
"end": 1102,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1093,
"end": 1098,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1093,
"end": 1094,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1097,
"end": 1098,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1090,
"end": 1090,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1100,
"end": 1101,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1104,
"end": 1132,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1108,
"end": 1131,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1108,
"end": 1110,
"ctxt": 0
},
"value": "d6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1113,
"end": 1131,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1113,
"end": 1114,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1117,
"end": 1131,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1122,
"end": 1127,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1122,
"end": 1123,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1126,
"end": 1127,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1118,
"end": 1119,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1129,
"end": 1130,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1133,
"end": 1159,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1137,
"end": 1158,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1137,
"end": 1139,
"ctxt": 0
},
"value": "e6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1142,
"end": 1158,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1142,
"end": 1154,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1146,
"end": 1151,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1146,
"end": 1147,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1150,
"end": 1151,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1143,
"end": 1143,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1153,
"end": 1153,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1157,
"end": 1158,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1160,
"end": 1187,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1164,
"end": 1186,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1164,
"end": 1166,
"ctxt": 0
},
"value": "f6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1169,
"end": 1186,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1169,
"end": 1182,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1174,
"end": 1179,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1174,
"end": 1175,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1178,
"end": 1179,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1170,
"end": 1171,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1181,
"end": 1181,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1185,
"end": 1186,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1188,
"end": 1215,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1192,
"end": 1214,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1192,
"end": 1194,
"ctxt": 0
},
"value": "g6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1197,
"end": 1214,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1197,
"end": 1210,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1201,
"end": 1206,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1201,
"end": 1202,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1205,
"end": 1206,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1198,
"end": 1198,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1208,
"end": 1209,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1213,
"end": 1214,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1216,
"end": 1244,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1220,
"end": 1243,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1220,
"end": 1222,
"ctxt": 0
},
"value": "h6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1225,
"end": 1243,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1225,
"end": 1239,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1230,
"end": 1235,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1230,
"end": 1231,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1234,
"end": 1235,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1226,
"end": 1227,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1237,
"end": 1238,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1242,
"end": 1243,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1246,
"end": 1272,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1250,
"end": 1271,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1250,
"end": 1252,
"ctxt": 0
},
"value": "a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1255,
"end": 1271,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1255,
"end": 1256,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1259,
"end": 1271,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1263,
"end": 1268,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1263,
"end": 1264,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1267,
"end": 1268,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1260,
"end": 1260,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1270,
"end": 1270,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1273,
"end": 1300,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1277,
"end": 1299,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1277,
"end": 1279,
"ctxt": 0
},
"value": "b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1282,
"end": 1299,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1282,
"end": 1283,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1286,
"end": 1299,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1291,
"end": 1296,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1291,
"end": 1292,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1295,
"end": 1296,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1287,
"end": 1288,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1298,
"end": 1298,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1301,
"end": 1328,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1305,
"end": 1327,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1305,
"end": 1307,
"ctxt": 0
},
"value": "c7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1310,
"end": 1327,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1310,
"end": 1311,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1314,
"end": 1327,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1318,
"end": 1323,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1318,
"end": 1319,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1322,
"end": 1323,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1315,
"end": 1315,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1325,
"end": 1326,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1329,
"end": 1357,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1333,
"end": 1356,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1333,
"end": 1335,
"ctxt": 0
},
"value": "d7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1338,
"end": 1356,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1338,
"end": 1339,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1342,
"end": 1356,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1347,
"end": 1352,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1347,
"end": 1348,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1351,
"end": 1352,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1343,
"end": 1344,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1354,
"end": 1355,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1358,
"end": 1384,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1362,
"end": 1383,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1362,
"end": 1364,
"ctxt": 0
},
"value": "e7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1367,
"end": 1383,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1367,
"end": 1379,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1371,
"end": 1376,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1371,
"end": 1372,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1375,
"end": 1376,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1368,
"end": 1368,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1378,
"end": 1378,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1382,
"end": 1383,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1385,
"end": 1412,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1389,
"end": 1411,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1389,
"end": 1391,
"ctxt": 0
},
"value": "f7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1394,
"end": 1411,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1394,
"end": 1407,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1399,
"end": 1404,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1399,
"end": 1400,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1403,
"end": 1404,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1395,
"end": 1396,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1406,
"end": 1406,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1410,
"end": 1411,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1413,
"end": 1440,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1417,
"end": 1439,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1417,
"end": 1419,
"ctxt": 0
},
"value": "g7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1422,
"end": 1439,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1422,
"end": 1435,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1426,
"end": 1431,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1426,
"end": 1427,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1430,
"end": 1431,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1423,
"end": 1423,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1433,
"end": 1434,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1438,
"end": 1439,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1441,
"end": 1469,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1445,
"end": 1468,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1445,
"end": 1447,
"ctxt": 0
},
"value": "h7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1450,
"end": 1468,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1450,
"end": 1464,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1455,
"end": 1460,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1455,
"end": 1456,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1459,
"end": 1460,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1451,
"end": 1452,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1462,
"end": 1463,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1467,
"end": 1468,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1471,
"end": 1497,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1475,
"end": 1496,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1475,
"end": 1477,
"ctxt": 0
},
"value": "a8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1480,
"end": 1496,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1480,
"end": 1481,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1484,
"end": 1496,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1488,
"end": 1493,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1488,
"end": 1489,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1492,
"end": 1493,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1485,
"end": 1485,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1495,
"end": 1495,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1498,
"end": 1525,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1502,
"end": 1524,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1502,
"end": 1504,
"ctxt": 0
},
"value": "b8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1507,
"end": 1524,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1507,
"end": 1508,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1511,
"end": 1524,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1516,
"end": 1521,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1516,
"end": 1517,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1520,
"end": 1521,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1512,
"end": 1513,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1523,
"end": 1523,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1526,
"end": 1553,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1530,
"end": 1552,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1530,
"end": 1532,
"ctxt": 0
},
"value": "c8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1535,
"end": 1552,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1535,
"end": 1536,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1539,
"end": 1552,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1543,
"end": 1548,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1543,
"end": 1544,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1547,
"end": 1548,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1540,
"end": 1540,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1550,
"end": 1551,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1554,
"end": 1582,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1558,
"end": 1581,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1558,
"end": 1560,
"ctxt": 0
},
"value": "d8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1563,
"end": 1581,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1563,
"end": 1564,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1567,
"end": 1581,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1572,
"end": 1577,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1572,
"end": 1573,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1576,
"end": 1577,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1568,
"end": 1569,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1579,
"end": 1580,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1583,
"end": 1609,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1587,
"end": 1608,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1587,
"end": 1589,
"ctxt": 0
},
"value": "e8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1592,
"end": 1608,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1592,
"end": 1604,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1596,
"end": 1601,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1596,
"end": 1597,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1600,
"end": 1601,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1593,
"end": 1593,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1603,
"end": 1603,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1607,
"end": 1608,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1610,
"end": 1637,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1614,
"end": 1636,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1614,
"end": 1616,
"ctxt": 0
},
"value": "f8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1619,
"end": 1636,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1619,
"end": 1632,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1624,
"end": 1629,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1624,
"end": 1625,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1628,
"end": 1629,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1620,
"end": 1621,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1631,
"end": 1631,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1635,
"end": 1636,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1638,
"end": 1665,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1642,
"end": 1664,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1642,
"end": 1644,
"ctxt": 0
},
"value": "g8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1647,
"end": 1664,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1647,
"end": 1660,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1651,
"end": 1656,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1651,
"end": 1652,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1655,
"end": 1656,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1648,
"end": 1648,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1658,
"end": 1659,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1663,
"end": 1664,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1666,
"end": 1694,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1670,
"end": 1693,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1670,
"end": 1672,
"ctxt": 0
},
"value": "h8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1675,
"end": 1693,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1675,
"end": 1689,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1680,
"end": 1685,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1680,
"end": 1681,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1684,
"end": 1685,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1676,
"end": 1677,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1687,
"end": 1688,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1692,
"end": 1693,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1696,
"end": 1722,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1700,
"end": 1721,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1700,
"end": 1702,
"ctxt": 0
},
"value": "a9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1705,
"end": 1721,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1705,
"end": 1706,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1709,
"end": 1721,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1713,
"end": 1718,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1713,
"end": 1714,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1717,
"end": 1718,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1710,
"end": 1710,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1720,
"end": 1720,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1723,
"end": 1750,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1727,
"end": 1749,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1727,
"end": 1729,
"ctxt": 0
},
"value": "b9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1732,
"end": 1749,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1732,
"end": 1733,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1736,
"end": 1749,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1741,
"end": 1746,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1741,
"end": 1742,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1745,
"end": 1746,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1737,
"end": 1738,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1748,
"end": 1748,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1751,
"end": 1778,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1755,
"end": 1777,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1755,
"end": 1757,
"ctxt": 0
},
"value": "c9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1760,
"end": 1777,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1760,
"end": 1761,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1764,
"end": 1777,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1768,
"end": 1773,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1768,
"end": 1769,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1772,
"end": 1773,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1765,
"end": 1765,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1775,
"end": 1776,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1779,
"end": 1807,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1783,
"end": 1806,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1783,
"end": 1785,
"ctxt": 0
},
"value": "d9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1788,
"end": 1806,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1788,
"end": 1789,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1792,
"end": 1806,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1797,
"end": 1802,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1797,
"end": 1798,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1801,
"end": 1802,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1793,
"end": 1794,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1804,
"end": 1805,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1808,
"end": 1834,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1812,
"end": 1833,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1812,
"end": 1814,
"ctxt": 0
},
"value": "e9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1817,
"end": 1833,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1817,
"end": 1829,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1821,
"end": 1826,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1821,
"end": 1822,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1825,
"end": 1826,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1818,
"end": 1818,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1828,
"end": 1828,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1832,
"end": 1833,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1835,
"end": 1862,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1839,
"end": 1861,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1839,
"end": 1841,
"ctxt": 0
},
"value": "f9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1844,
"end": 1861,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1844,
"end": 1857,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1849,
"end": 1854,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1849,
"end": 1850,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1853,
"end": 1854,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1845,
"end": 1846,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1856,
"end": 1856,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1860,
"end": 1861,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1863,
"end": 1890,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1867,
"end": 1889,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1867,
"end": 1869,
"ctxt": 0
},
"value": "g9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1872,
"end": 1889,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1872,
"end": 1885,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1876,
"end": 1881,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1876,
"end": 1877,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1880,
"end": 1881,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1873,
"end": 1873,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1883,
"end": 1884,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1888,
"end": 1889,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1891,
"end": 1919,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1895,
"end": 1918,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1895,
"end": 1897,
"ctxt": 0
},
"value": "h9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1900,
"end": 1918,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1900,
"end": 1914,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1905,
"end": 1910,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1905,
"end": 1906,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1909,
"end": 1910,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1901,
"end": 1902,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1912,
"end": 1913,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1917,
"end": 1918,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1921,
"end": 1947,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1925,
"end": 1946,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1925,
"end": 1927,
"ctxt": 0
},
"value": "aa",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1930,
"end": 1946,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1930,
"end": 1931,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1934,
"end": 1946,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1938,
"end": 1943,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1938,
"end": 1939,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1942,
"end": 1943,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1935,
"end": 1935,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1945,
"end": 1945,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1948,
"end": 1975,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1952,
"end": 1974,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1952,
"end": 1954,
"ctxt": 0
},
"value": "ba",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1957,
"end": 1974,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1957,
"end": 1958,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1961,
"end": 1974,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1966,
"end": 1971,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1966,
"end": 1967,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1970,
"end": 1971,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1962,
"end": 1963,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1973,
"end": 1973,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1976,
"end": 2003,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1980,
"end": 2002,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1980,
"end": 1982,
"ctxt": 0
},
"value": "ca",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1985,
"end": 2002,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1985,
"end": 1986,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1989,
"end": 2002,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1993,
"end": 1998,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1993,
"end": 1994,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1997,
"end": 1998,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1990,
"end": 1990,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2000,
"end": 2001,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2004,
"end": 2032,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2008,
"end": 2031,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2008,
"end": 2010,
"ctxt": 0
},
"value": "da",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2013,
"end": 2031,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2013,
"end": 2014,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2017,
"end": 2031,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2022,
"end": 2027,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2022,
"end": 2023,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2026,
"end": 2027,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2018,
"end": 2019,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2029,
"end": 2030,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2033,
"end": 2059,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2037,
"end": 2058,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2037,
"end": 2039,
"ctxt": 0
},
"value": "ea",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2042,
"end": 2058,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2042,
"end": 2054,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2046,
"end": 2051,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2046,
"end": 2047,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2050,
"end": 2051,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2043,
"end": 2043,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2053,
"end": 2053,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2057,
"end": 2058,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2060,
"end": 2087,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2064,
"end": 2086,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2064,
"end": 2066,
"ctxt": 0
},
"value": "fa",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2069,
"end": 2086,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2069,
"end": 2082,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2074,
"end": 2079,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2074,
"end": 2075,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2078,
"end": 2079,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2070,
"end": 2071,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2081,
"end": 2081,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2085,
"end": 2086,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2088,
"end": 2115,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2092,
"end": 2114,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2092,
"end": 2094,
"ctxt": 0
},
"value": "ga",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2097,
"end": 2114,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2097,
"end": 2110,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2101,
"end": 2106,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2101,
"end": 2102,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2105,
"end": 2106,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2098,
"end": 2098,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2108,
"end": 2109,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2113,
"end": 2114,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2116,
"end": 2144,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2120,
"end": 2143,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2120,
"end": 2122,
"ctxt": 0
},
"value": "ha",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2125,
"end": 2143,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2125,
"end": 2139,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2130,
"end": 2135,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2130,
"end": 2131,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2134,
"end": 2135,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2126,
"end": 2127,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2137,
"end": 2138,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2142,
"end": 2143,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2146,
"end": 2172,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2150,
"end": 2171,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2150,
"end": 2152,
"ctxt": 0
},
"value": "ab",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2155,
"end": 2171,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2155,
"end": 2156,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2159,
"end": 2171,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2163,
"end": 2168,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2163,
"end": 2164,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2167,
"end": 2168,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2160,
"end": 2160,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2170,
"end": 2170,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2173,
"end": 2200,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2177,
"end": 2199,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2177,
"end": 2179,
"ctxt": 0
},
"value": "bb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2182,
"end": 2199,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2182,
"end": 2183,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2186,
"end": 2199,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2191,
"end": 2196,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2191,
"end": 2192,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2195,
"end": 2196,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2187,
"end": 2188,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2198,
"end": 2198,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2201,
"end": 2228,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2205,
"end": 2227,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2205,
"end": 2207,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2210,
"end": 2227,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2210,
"end": 2211,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2214,
"end": 2227,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2218,
"end": 2223,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2218,
"end": 2219,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2222,
"end": 2223,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2215,
"end": 2215,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2225,
"end": 2226,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2229,
"end": 2257,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2233,
"end": 2256,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2233,
"end": 2235,
"ctxt": 0
},
"value": "db",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2238,
"end": 2256,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2238,
"end": 2239,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2242,
"end": 2256,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2247,
"end": 2252,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2247,
"end": 2248,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2251,
"end": 2252,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2243,
"end": 2244,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2254,
"end": 2255,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2258,
"end": 2284,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2262,
"end": 2283,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2262,
"end": 2264,
"ctxt": 0
},
"value": "eb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2267,
"end": 2283,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2267,
"end": 2279,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2271,
"end": 2276,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2271,
"end": 2272,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2275,
"end": 2276,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2268,
"end": 2268,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2278,
"end": 2278,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2282,
"end": 2283,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2285,
"end": 2312,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2289,
"end": 2311,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2289,
"end": 2291,
"ctxt": 0
},
"value": "fb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2294,
"end": 2311,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2294,
"end": 2307,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2299,
"end": 2304,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2299,
"end": 2300,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2303,
"end": 2304,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2295,
"end": 2296,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2306,
"end": 2306,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2310,
"end": 2311,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2313,
"end": 2340,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2317,
"end": 2339,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2317,
"end": 2319,
"ctxt": 0
},
"value": "gb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2322,
"end": 2339,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2322,
"end": 2335,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2326,
"end": 2331,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2326,
"end": 2327,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2330,
"end": 2331,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2323,
"end": 2323,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2333,
"end": 2334,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2338,
"end": 2339,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2341,
"end": 2369,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2345,
"end": 2368,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2345,
"end": 2347,
"ctxt": 0
},
"value": "hb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2350,
"end": 2368,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2350,
"end": 2364,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2355,
"end": 2360,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2355,
"end": 2356,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2359,
"end": 2360,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2351,
"end": 2352,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2362,
"end": 2363,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2367,
"end": 2368,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2371,
"end": 2397,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2375,
"end": 2396,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2375,
"end": 2377,
"ctxt": 0
},
"value": "ac",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2380,
"end": 2396,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2380,
"end": 2381,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2384,
"end": 2396,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2388,
"end": 2393,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2388,
"end": 2389,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2392,
"end": 2393,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2385,
"end": 2385,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2395,
"end": 2395,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2398,
"end": 2425,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2402,
"end": 2424,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2402,
"end": 2404,
"ctxt": 0
},
"value": "bc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2407,
"end": 2424,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2407,
"end": 2408,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2411,
"end": 2424,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2416,
"end": 2421,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2416,
"end": 2417,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2420,
"end": 2421,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2412,
"end": 2413,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2423,
"end": 2423,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2426,
"end": 2453,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2430,
"end": 2452,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2430,
"end": 2432,
"ctxt": 0
},
"value": "cc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2435,
"end": 2452,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2435,
"end": 2436,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2439,
"end": 2452,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2443,
"end": 2448,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2443,
"end": 2444,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2447,
"end": 2448,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2440,
"end": 2440,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2450,
"end": 2451,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2454,
"end": 2482,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2458,
"end": 2481,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2458,
"end": 2460,
"ctxt": 0
},
"value": "dc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2463,
"end": 2481,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2463,
"end": 2464,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2467,
"end": 2481,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2472,
"end": 2477,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2472,
"end": 2473,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2476,
"end": 2477,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2468,
"end": 2469,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2479,
"end": 2480,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2483,
"end": 2509,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2487,
"end": 2508,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2487,
"end": 2489,
"ctxt": 0
},
"value": "ec",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2492,
"end": 2508,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2492,
"end": 2504,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2496,
"end": 2501,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2496,
"end": 2497,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2500,
"end": 2501,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2493,
"end": 2493,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2503,
"end": 2503,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2507,
"end": 2508,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2510,
"end": 2537,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2514,
"end": 2536,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2514,
"end": 2516,
"ctxt": 0
},
"value": "fc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2519,
"end": 2536,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2519,
"end": 2532,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2524,
"end": 2529,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2524,
"end": 2525,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2528,
"end": 2529,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2520,
"end": 2521,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2531,
"end": 2531,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2535,
"end": 2536,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2538,
"end": 2565,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2542,
"end": 2564,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2542,
"end": 2544,
"ctxt": 0
},
"value": "gc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2547,
"end": 2564,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2547,
"end": 2560,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2551,
"end": 2556,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2551,
"end": 2552,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2555,
"end": 2556,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2548,
"end": 2548,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2558,
"end": 2559,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2563,
"end": 2564,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2566,
"end": 2594,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2570,
"end": 2593,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2570,
"end": 2572,
"ctxt": 0
},
"value": "hc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2575,
"end": 2593,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2575,
"end": 2589,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2580,
"end": 2585,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2580,
"end": 2581,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2584,
"end": 2585,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2576,
"end": 2577,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2587,
"end": 2588,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2592,
"end": 2593,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
}
],
"interpreter": null
}