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

10500 lines
266 KiB
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 1,
"end": 2595,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 1,
"end": 22,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 5,
"end": 21,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 5,
"end": 6,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 9,
"end": 21,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 9,
"end": 10,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 13,
"end": 21,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 17,
"end": 18,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 14,
"end": 14,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 20,
"end": 20,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 23,
"end": 45,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 27,
"end": 44,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 27,
"end": 28,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 31,
"end": 44,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 31,
"end": 32,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 35,
"end": 44,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 40,
"end": 41,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 36,
"end": 37,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 43,
"end": 43,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 46,
"end": 68,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 50,
"end": 67,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 50,
"end": 51,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 54,
"end": 67,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 54,
"end": 55,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 58,
"end": 67,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 62,
"end": 63,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 59,
"end": 59,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 65,
"end": 66,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 69,
"end": 92,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 73,
"end": 91,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 73,
"end": 74,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 77,
"end": 91,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 77,
"end": 78,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 81,
"end": 91,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 86,
"end": 87,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 82,
"end": 83,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 89,
"end": 90,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 93,
"end": 114,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 97,
"end": 113,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 97,
"end": 98,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 101,
"end": 113,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 101,
"end": 109,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 105,
"end": 106,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 102,
"end": 102,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 108,
"end": 108,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 112,
"end": 113,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 115,
"end": 137,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 119,
"end": 136,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 119,
"end": 120,
"ctxt": 0
},
"value": "f",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 123,
"end": 136,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 123,
"end": 132,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 128,
"end": 129,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 124,
"end": 125,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 131,
"end": 131,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 135,
"end": 136,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 138,
"end": 160,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 142,
"end": 159,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 142,
"end": 143,
"ctxt": 0
},
"value": "g",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 146,
"end": 159,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 146,
"end": 155,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 150,
"end": 151,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 147,
"end": 147,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 153,
"end": 154,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 158,
"end": 159,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 161,
"end": 184,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 165,
"end": 183,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 165,
"end": 166,
"ctxt": 0
},
"value": "h",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 169,
"end": 183,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 169,
"end": 179,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 174,
"end": 175,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 170,
"end": 171,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 177,
"end": 178,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 182,
"end": 183,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 186,
"end": 208,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 190,
"end": 207,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 190,
"end": 192,
"ctxt": 0
},
"value": "a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 195,
"end": 207,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 195,
"end": 196,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 199,
"end": 207,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 203,
"end": 204,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 200,
"end": 200,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 206,
"end": 206,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 209,
"end": 232,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 213,
"end": 231,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 213,
"end": 215,
"ctxt": 0
},
"value": "b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 218,
"end": 231,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 218,
"end": 219,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 222,
"end": 231,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 227,
"end": 228,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 223,
"end": 224,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 230,
"end": 230,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 233,
"end": 256,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 237,
"end": 255,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 237,
"end": 239,
"ctxt": 0
},
"value": "c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 242,
"end": 255,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 242,
"end": 243,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 246,
"end": 255,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 250,
"end": 251,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 247,
"end": 247,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 253,
"end": 254,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 257,
"end": 281,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 261,
"end": 280,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 261,
"end": 263,
"ctxt": 0
},
"value": "d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 266,
"end": 280,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 266,
"end": 267,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 270,
"end": 280,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 275,
"end": 276,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 271,
"end": 272,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 278,
"end": 279,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 282,
"end": 304,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 286,
"end": 303,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 286,
"end": 288,
"ctxt": 0
},
"value": "e2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 291,
"end": 303,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 291,
"end": 299,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 295,
"end": 296,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 292,
"end": 292,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 298,
"end": 298,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 302,
"end": 303,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 305,
"end": 328,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 309,
"end": 327,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 309,
"end": 311,
"ctxt": 0
},
"value": "f2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 314,
"end": 327,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 314,
"end": 323,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 319,
"end": 320,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 315,
"end": 316,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 322,
"end": 322,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 326,
"end": 327,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 329,
"end": 352,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 333,
"end": 351,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 333,
"end": 335,
"ctxt": 0
},
"value": "g2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 338,
"end": 351,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 338,
"end": 347,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 342,
"end": 343,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 339,
"end": 339,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 345,
"end": 346,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 350,
"end": 351,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 353,
"end": 377,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 357,
"end": 376,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 357,
"end": 359,
"ctxt": 0
},
"value": "h2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 362,
"end": 376,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 362,
"end": 372,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 367,
"end": 368,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 363,
"end": 364,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 370,
"end": 371,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 375,
"end": 376,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 379,
"end": 401,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 383,
"end": 400,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 383,
"end": 385,
"ctxt": 0
},
"value": "a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 388,
"end": 400,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 388,
"end": 389,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 392,
"end": 400,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 396,
"end": 397,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 393,
"end": 393,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 399,
"end": 399,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 402,
"end": 425,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 406,
"end": 424,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 406,
"end": 408,
"ctxt": 0
},
"value": "b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 411,
"end": 424,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 411,
"end": 412,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 415,
"end": 424,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 420,
"end": 421,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 416,
"end": 417,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 423,
"end": 423,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 426,
"end": 449,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 430,
"end": 448,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 430,
"end": 432,
"ctxt": 0
},
"value": "c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 435,
"end": 448,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 435,
"end": 436,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 439,
"end": 448,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 443,
"end": 444,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 440,
"end": 440,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 446,
"end": 447,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 450,
"end": 474,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 454,
"end": 473,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 454,
"end": 456,
"ctxt": 0
},
"value": "d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 459,
"end": 473,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 459,
"end": 460,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 463,
"end": 473,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 468,
"end": 469,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 464,
"end": 465,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 471,
"end": 472,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 475,
"end": 497,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 479,
"end": 496,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 479,
"end": 481,
"ctxt": 0
},
"value": "e3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 484,
"end": 496,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 484,
"end": 492,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 488,
"end": 489,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 485,
"end": 485,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 491,
"end": 491,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 495,
"end": 496,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 498,
"end": 521,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 502,
"end": 520,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 502,
"end": 504,
"ctxt": 0
},
"value": "f3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 507,
"end": 520,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 507,
"end": 516,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 512,
"end": 513,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 508,
"end": 509,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 515,
"end": 515,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 519,
"end": 520,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 522,
"end": 545,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 526,
"end": 544,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 526,
"end": 528,
"ctxt": 0
},
"value": "g3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 531,
"end": 544,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 531,
"end": 540,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 535,
"end": 536,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 532,
"end": 532,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 538,
"end": 539,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 543,
"end": 544,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 546,
"end": 570,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 550,
"end": 569,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 550,
"end": 552,
"ctxt": 0
},
"value": "h3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 555,
"end": 569,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 555,
"end": 565,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 560,
"end": 561,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 556,
"end": 557,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 563,
"end": 564,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 568,
"end": 569,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 572,
"end": 598,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 576,
"end": 597,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 576,
"end": 578,
"ctxt": 0
},
"value": "a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 581,
"end": 597,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 581,
"end": 582,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 585,
"end": 597,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 589,
"end": 594,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 589,
"end": 590,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 593,
"end": 594,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 586,
"end": 586,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 596,
"end": 596,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 599,
"end": 626,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 603,
"end": 625,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 603,
"end": 605,
"ctxt": 0
},
"value": "b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 608,
"end": 625,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 608,
"end": 609,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 612,
"end": 625,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 617,
"end": 622,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 617,
"end": 618,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 621,
"end": 622,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 613,
"end": 614,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 624,
"end": 624,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 627,
"end": 654,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 631,
"end": 653,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 631,
"end": 633,
"ctxt": 0
},
"value": "c4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 636,
"end": 653,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 636,
"end": 637,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 640,
"end": 653,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 644,
"end": 649,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 644,
"end": 645,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 648,
"end": 649,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 641,
"end": 641,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 651,
"end": 652,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 655,
"end": 683,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 659,
"end": 682,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 659,
"end": 661,
"ctxt": 0
},
"value": "d4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 664,
"end": 682,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 664,
"end": 665,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 668,
"end": 682,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 673,
"end": 678,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 673,
"end": 674,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 677,
"end": 678,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 669,
"end": 670,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 680,
"end": 681,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 684,
"end": 710,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 688,
"end": 709,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 688,
"end": 690,
"ctxt": 0
},
"value": "e4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 693,
"end": 709,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 693,
"end": 705,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 697,
"end": 702,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 697,
"end": 698,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 701,
"end": 702,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 694,
"end": 694,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 704,
"end": 704,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 708,
"end": 709,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 711,
"end": 738,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 715,
"end": 737,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 715,
"end": 717,
"ctxt": 0
},
"value": "f4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 720,
"end": 737,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 720,
"end": 733,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 725,
"end": 730,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 725,
"end": 726,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 729,
"end": 730,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 721,
"end": 722,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 732,
"end": 732,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 736,
"end": 737,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 739,
"end": 766,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 743,
"end": 765,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 743,
"end": 745,
"ctxt": 0
},
"value": "g4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 748,
"end": 765,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 748,
"end": 761,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 752,
"end": 757,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 752,
"end": 753,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 756,
"end": 757,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 749,
"end": 749,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 759,
"end": 760,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 764,
"end": 765,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 767,
"end": 795,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 771,
"end": 794,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 771,
"end": 773,
"ctxt": 0
},
"value": "h4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 776,
"end": 794,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 776,
"end": 790,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 781,
"end": 786,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 781,
"end": 782,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 785,
"end": 786,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 777,
"end": 778,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 788,
"end": 789,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 793,
"end": 794,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 797,
"end": 823,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 801,
"end": 822,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 801,
"end": 803,
"ctxt": 0
},
"value": "a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 806,
"end": 822,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 806,
"end": 807,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 810,
"end": 822,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 814,
"end": 819,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 814,
"end": 815,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 818,
"end": 819,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 811,
"end": 811,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 821,
"end": 821,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 824,
"end": 851,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 828,
"end": 850,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 828,
"end": 830,
"ctxt": 0
},
"value": "b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 833,
"end": 850,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 833,
"end": 834,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 837,
"end": 850,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 842,
"end": 847,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 842,
"end": 843,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 846,
"end": 847,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 838,
"end": 839,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 849,
"end": 849,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 852,
"end": 879,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 856,
"end": 878,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 856,
"end": 858,
"ctxt": 0
},
"value": "c5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 861,
"end": 878,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 861,
"end": 862,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 865,
"end": 878,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 869,
"end": 874,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 869,
"end": 870,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 873,
"end": 874,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 866,
"end": 866,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 876,
"end": 877,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 880,
"end": 908,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 884,
"end": 907,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 884,
"end": 886,
"ctxt": 0
},
"value": "d5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 889,
"end": 907,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 889,
"end": 890,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 893,
"end": 907,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 898,
"end": 903,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 898,
"end": 899,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 902,
"end": 903,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 894,
"end": 895,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 905,
"end": 906,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 909,
"end": 935,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 913,
"end": 934,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 913,
"end": 915,
"ctxt": 0
},
"value": "e5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 918,
"end": 934,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 918,
"end": 930,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 922,
"end": 927,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 922,
"end": 923,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 926,
"end": 927,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 919,
"end": 919,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 929,
"end": 929,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 933,
"end": 934,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 936,
"end": 963,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 940,
"end": 962,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 940,
"end": 942,
"ctxt": 0
},
"value": "f5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 945,
"end": 962,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 945,
"end": 958,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 950,
"end": 955,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 950,
"end": 951,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 954,
"end": 955,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 946,
"end": 947,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 957,
"end": 957,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 961,
"end": 962,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 964,
"end": 991,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 968,
"end": 990,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 968,
"end": 970,
"ctxt": 0
},
"value": "g5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 973,
"end": 990,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 973,
"end": 986,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 977,
"end": 982,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 977,
"end": 978,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 981,
"end": 982,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 974,
"end": 974,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 984,
"end": 985,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 989,
"end": 990,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 992,
"end": 1020,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 996,
"end": 1019,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 996,
"end": 998,
"ctxt": 0
},
"value": "h5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1001,
"end": 1019,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1001,
"end": 1015,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1006,
"end": 1011,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1006,
"end": 1007,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1010,
"end": 1011,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1002,
"end": 1003,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1013,
"end": 1014,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1018,
"end": 1019,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1022,
"end": 1048,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1026,
"end": 1047,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1026,
"end": 1028,
"ctxt": 0
},
"value": "a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1031,
"end": 1047,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1031,
"end": 1032,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1035,
"end": 1047,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1039,
"end": 1044,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1039,
"end": 1040,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1043,
"end": 1044,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1036,
"end": 1036,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1046,
"end": 1046,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1049,
"end": 1076,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1053,
"end": 1075,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1053,
"end": 1055,
"ctxt": 0
},
"value": "b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1058,
"end": 1075,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1058,
"end": 1059,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1062,
"end": 1075,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1067,
"end": 1072,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1067,
"end": 1068,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1071,
"end": 1072,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1063,
"end": 1064,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1074,
"end": 1074,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1077,
"end": 1104,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1081,
"end": 1103,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1081,
"end": 1083,
"ctxt": 0
},
"value": "c6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1086,
"end": 1103,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1086,
"end": 1087,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1090,
"end": 1103,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1094,
"end": 1099,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1094,
"end": 1095,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1098,
"end": 1099,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1091,
"end": 1091,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1101,
"end": 1102,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1105,
"end": 1133,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1109,
"end": 1132,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1109,
"end": 1111,
"ctxt": 0
},
"value": "d6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1114,
"end": 1132,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1114,
"end": 1115,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1118,
"end": 1132,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1123,
"end": 1128,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1123,
"end": 1124,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1127,
"end": 1128,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1119,
"end": 1120,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1130,
"end": 1131,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1134,
"end": 1160,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1138,
"end": 1159,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1138,
"end": 1140,
"ctxt": 0
},
"value": "e6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1143,
"end": 1159,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1143,
"end": 1155,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1147,
"end": 1152,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1147,
"end": 1148,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1151,
"end": 1152,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1144,
"end": 1144,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1154,
"end": 1154,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1158,
"end": 1159,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1161,
"end": 1188,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1165,
"end": 1187,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1165,
"end": 1167,
"ctxt": 0
},
"value": "f6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1170,
"end": 1187,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1170,
"end": 1183,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1175,
"end": 1180,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1175,
"end": 1176,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1179,
"end": 1180,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1171,
"end": 1172,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1182,
"end": 1182,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1186,
"end": 1187,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1189,
"end": 1216,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1193,
"end": 1215,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1193,
"end": 1195,
"ctxt": 0
},
"value": "g6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1198,
"end": 1215,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1198,
"end": 1211,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1202,
"end": 1207,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1202,
"end": 1203,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1206,
"end": 1207,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1199,
"end": 1199,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1209,
"end": 1210,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1214,
"end": 1215,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1217,
"end": 1245,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1221,
"end": 1244,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1221,
"end": 1223,
"ctxt": 0
},
"value": "h6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1226,
"end": 1244,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1226,
"end": 1240,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1231,
"end": 1236,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1231,
"end": 1232,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1235,
"end": 1236,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1227,
"end": 1228,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1238,
"end": 1239,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1243,
"end": 1244,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1247,
"end": 1273,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1251,
"end": 1272,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1251,
"end": 1253,
"ctxt": 0
},
"value": "a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1256,
"end": 1272,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1256,
"end": 1257,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1260,
"end": 1272,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1264,
"end": 1269,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1264,
"end": 1265,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1268,
"end": 1269,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1261,
"end": 1261,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1271,
"end": 1271,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1274,
"end": 1301,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1278,
"end": 1300,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1278,
"end": 1280,
"ctxt": 0
},
"value": "b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1283,
"end": 1300,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1283,
"end": 1284,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1287,
"end": 1300,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1292,
"end": 1297,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1292,
"end": 1293,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1296,
"end": 1297,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1288,
"end": 1289,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1299,
"end": 1299,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1302,
"end": 1329,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1306,
"end": 1328,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1306,
"end": 1308,
"ctxt": 0
},
"value": "c7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1311,
"end": 1328,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1311,
"end": 1312,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1315,
"end": 1328,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1319,
"end": 1324,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1319,
"end": 1320,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1323,
"end": 1324,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1316,
"end": 1316,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1326,
"end": 1327,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1330,
"end": 1358,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1334,
"end": 1357,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1334,
"end": 1336,
"ctxt": 0
},
"value": "d7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1339,
"end": 1357,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1339,
"end": 1340,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1343,
"end": 1357,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1348,
"end": 1353,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1348,
"end": 1349,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1352,
"end": 1353,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1344,
"end": 1345,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1355,
"end": 1356,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1359,
"end": 1385,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1363,
"end": 1384,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1363,
"end": 1365,
"ctxt": 0
},
"value": "e7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1368,
"end": 1384,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1368,
"end": 1380,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1372,
"end": 1377,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1372,
"end": 1373,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1376,
"end": 1377,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1369,
"end": 1369,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1379,
"end": 1379,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1383,
"end": 1384,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1386,
"end": 1413,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1390,
"end": 1412,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1390,
"end": 1392,
"ctxt": 0
},
"value": "f7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1395,
"end": 1412,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1395,
"end": 1408,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1400,
"end": 1405,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1400,
"end": 1401,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1404,
"end": 1405,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1396,
"end": 1397,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1407,
"end": 1407,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1411,
"end": 1412,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1414,
"end": 1441,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1418,
"end": 1440,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1418,
"end": 1420,
"ctxt": 0
},
"value": "g7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1423,
"end": 1440,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1423,
"end": 1436,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1427,
"end": 1432,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1427,
"end": 1428,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1431,
"end": 1432,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1424,
"end": 1424,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1434,
"end": 1435,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1439,
"end": 1440,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1442,
"end": 1470,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1446,
"end": 1469,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1446,
"end": 1448,
"ctxt": 0
},
"value": "h7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1451,
"end": 1469,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1451,
"end": 1465,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1456,
"end": 1461,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1456,
"end": 1457,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1460,
"end": 1461,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1452,
"end": 1453,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1463,
"end": 1464,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1468,
"end": 1469,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1472,
"end": 1498,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1476,
"end": 1497,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1476,
"end": 1478,
"ctxt": 0
},
"value": "a8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1481,
"end": 1497,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1481,
"end": 1482,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1485,
"end": 1497,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1489,
"end": 1494,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1489,
"end": 1490,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1493,
"end": 1494,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1486,
"end": 1486,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1496,
"end": 1496,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1499,
"end": 1526,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1503,
"end": 1525,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1503,
"end": 1505,
"ctxt": 0
},
"value": "b8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1508,
"end": 1525,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1508,
"end": 1509,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1512,
"end": 1525,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1517,
"end": 1522,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1517,
"end": 1518,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1521,
"end": 1522,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1513,
"end": 1514,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1524,
"end": 1524,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1527,
"end": 1554,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1531,
"end": 1553,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1531,
"end": 1533,
"ctxt": 0
},
"value": "c8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1536,
"end": 1553,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1536,
"end": 1537,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1540,
"end": 1553,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1544,
"end": 1549,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1544,
"end": 1545,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1548,
"end": 1549,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1541,
"end": 1541,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1551,
"end": 1552,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1555,
"end": 1583,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1559,
"end": 1582,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1559,
"end": 1561,
"ctxt": 0
},
"value": "d8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1564,
"end": 1582,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1564,
"end": 1565,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1568,
"end": 1582,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1573,
"end": 1578,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1573,
"end": 1574,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1577,
"end": 1578,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1569,
"end": 1570,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1580,
"end": 1581,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1584,
"end": 1610,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1588,
"end": 1609,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1588,
"end": 1590,
"ctxt": 0
},
"value": "e8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1593,
"end": 1609,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1593,
"end": 1605,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1597,
"end": 1602,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1597,
"end": 1598,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1601,
"end": 1602,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1594,
"end": 1594,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1604,
"end": 1604,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1608,
"end": 1609,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1611,
"end": 1638,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1615,
"end": 1637,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1615,
"end": 1617,
"ctxt": 0
},
"value": "f8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1620,
"end": 1637,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1620,
"end": 1633,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1625,
"end": 1630,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1625,
"end": 1626,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1629,
"end": 1630,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1621,
"end": 1622,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1632,
"end": 1632,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1636,
"end": 1637,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1639,
"end": 1666,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1643,
"end": 1665,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1643,
"end": 1645,
"ctxt": 0
},
"value": "g8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1648,
"end": 1665,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1648,
"end": 1661,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1652,
"end": 1657,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1652,
"end": 1653,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1656,
"end": 1657,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1649,
"end": 1649,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1659,
"end": 1660,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1664,
"end": 1665,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1667,
"end": 1695,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1671,
"end": 1694,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1671,
"end": 1673,
"ctxt": 0
},
"value": "h8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1676,
"end": 1694,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1676,
"end": 1690,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1681,
"end": 1686,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1681,
"end": 1682,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1685,
"end": 1686,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1677,
"end": 1678,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1688,
"end": 1689,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1693,
"end": 1694,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1697,
"end": 1723,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1701,
"end": 1722,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1701,
"end": 1703,
"ctxt": 0
},
"value": "a9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1706,
"end": 1722,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1706,
"end": 1707,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1710,
"end": 1722,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1714,
"end": 1719,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1714,
"end": 1715,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1718,
"end": 1719,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1711,
"end": 1711,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1721,
"end": 1721,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1724,
"end": 1751,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1728,
"end": 1750,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1728,
"end": 1730,
"ctxt": 0
},
"value": "b9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1733,
"end": 1750,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1733,
"end": 1734,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1737,
"end": 1750,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1742,
"end": 1747,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1742,
"end": 1743,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1746,
"end": 1747,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1738,
"end": 1739,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1749,
"end": 1749,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1752,
"end": 1779,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1756,
"end": 1778,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1756,
"end": 1758,
"ctxt": 0
},
"value": "c9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1761,
"end": 1778,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1761,
"end": 1762,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1765,
"end": 1778,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1769,
"end": 1774,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1769,
"end": 1770,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1773,
"end": 1774,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1766,
"end": 1766,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1776,
"end": 1777,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1780,
"end": 1808,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1784,
"end": 1807,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1784,
"end": 1786,
"ctxt": 0
},
"value": "d9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1789,
"end": 1807,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1789,
"end": 1790,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1793,
"end": 1807,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1798,
"end": 1803,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1798,
"end": 1799,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1802,
"end": 1803,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1794,
"end": 1795,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1805,
"end": 1806,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1809,
"end": 1835,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1813,
"end": 1834,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1813,
"end": 1815,
"ctxt": 0
},
"value": "e9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1818,
"end": 1834,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1818,
"end": 1830,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1822,
"end": 1827,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1822,
"end": 1823,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1826,
"end": 1827,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1819,
"end": 1819,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1829,
"end": 1829,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1833,
"end": 1834,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1836,
"end": 1863,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1840,
"end": 1862,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1840,
"end": 1842,
"ctxt": 0
},
"value": "f9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1845,
"end": 1862,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1845,
"end": 1858,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1850,
"end": 1855,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1850,
"end": 1851,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1854,
"end": 1855,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1846,
"end": 1847,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1857,
"end": 1857,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1861,
"end": 1862,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1864,
"end": 1891,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1868,
"end": 1890,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1868,
"end": 1870,
"ctxt": 0
},
"value": "g9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1873,
"end": 1890,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1873,
"end": 1886,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1877,
"end": 1882,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1877,
"end": 1878,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1881,
"end": 1882,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1874,
"end": 1874,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1884,
"end": 1885,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1889,
"end": 1890,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1892,
"end": 1920,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1896,
"end": 1919,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1896,
"end": 1898,
"ctxt": 0
},
"value": "h9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1901,
"end": 1919,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1901,
"end": 1915,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1906,
"end": 1911,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1906,
"end": 1907,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1910,
"end": 1911,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1902,
"end": 1903,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1913,
"end": 1914,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1918,
"end": 1919,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1922,
"end": 1948,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1926,
"end": 1947,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1926,
"end": 1928,
"ctxt": 0
},
"value": "aa",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1931,
"end": 1947,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1931,
"end": 1932,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1935,
"end": 1947,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1939,
"end": 1944,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1939,
"end": 1940,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1943,
"end": 1944,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1936,
"end": 1936,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1946,
"end": 1946,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1949,
"end": 1976,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1953,
"end": 1975,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1953,
"end": 1955,
"ctxt": 0
},
"value": "ba",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1958,
"end": 1975,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1958,
"end": 1959,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1962,
"end": 1975,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1967,
"end": 1972,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1967,
"end": 1968,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1971,
"end": 1972,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1963,
"end": 1964,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1974,
"end": 1974,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1977,
"end": 2004,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1981,
"end": 2003,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1981,
"end": 1983,
"ctxt": 0
},
"value": "ca",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1986,
"end": 2003,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1986,
"end": 1987,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1990,
"end": 2003,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1994,
"end": 1999,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1994,
"end": 1995,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1998,
"end": 1999,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1991,
"end": 1991,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2001,
"end": 2002,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2005,
"end": 2033,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2009,
"end": 2032,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2009,
"end": 2011,
"ctxt": 0
},
"value": "da",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2014,
"end": 2032,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2014,
"end": 2015,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2018,
"end": 2032,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2023,
"end": 2028,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2023,
"end": 2024,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2027,
"end": 2028,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2019,
"end": 2020,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2030,
"end": 2031,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2034,
"end": 2060,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2038,
"end": 2059,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2038,
"end": 2040,
"ctxt": 0
},
"value": "ea",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2043,
"end": 2059,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2043,
"end": 2055,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2047,
"end": 2052,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2047,
"end": 2048,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2051,
"end": 2052,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2044,
"end": 2044,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2054,
"end": 2054,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2058,
"end": 2059,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2061,
"end": 2088,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2065,
"end": 2087,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2065,
"end": 2067,
"ctxt": 0
},
"value": "fa",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2070,
"end": 2087,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2070,
"end": 2083,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2075,
"end": 2080,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2075,
"end": 2076,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2079,
"end": 2080,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2071,
"end": 2072,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2082,
"end": 2082,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2086,
"end": 2087,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2089,
"end": 2116,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2093,
"end": 2115,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2093,
"end": 2095,
"ctxt": 0
},
"value": "ga",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2098,
"end": 2115,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2098,
"end": 2111,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2102,
"end": 2107,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2102,
"end": 2103,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2106,
"end": 2107,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2099,
"end": 2099,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2109,
"end": 2110,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2114,
"end": 2115,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2117,
"end": 2145,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2121,
"end": 2144,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2121,
"end": 2123,
"ctxt": 0
},
"value": "ha",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2126,
"end": 2144,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2126,
"end": 2140,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2131,
"end": 2136,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2131,
"end": 2132,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2135,
"end": 2136,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2127,
"end": 2128,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2138,
"end": 2139,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2143,
"end": 2144,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2147,
"end": 2173,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2151,
"end": 2172,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2151,
"end": 2153,
"ctxt": 0
},
"value": "ab",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2156,
"end": 2172,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2156,
"end": 2157,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2160,
"end": 2172,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2164,
"end": 2169,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2164,
"end": 2165,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2168,
"end": 2169,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2161,
"end": 2161,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2171,
"end": 2171,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2174,
"end": 2201,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2178,
"end": 2200,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2178,
"end": 2180,
"ctxt": 0
},
"value": "bb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2183,
"end": 2200,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2183,
"end": 2184,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2187,
"end": 2200,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2192,
"end": 2197,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2192,
"end": 2193,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2196,
"end": 2197,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2188,
"end": 2189,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2199,
"end": 2199,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2202,
"end": 2229,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2206,
"end": 2228,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2206,
"end": 2208,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2211,
"end": 2228,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2211,
"end": 2212,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2215,
"end": 2228,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2219,
"end": 2224,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2219,
"end": 2220,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2223,
"end": 2224,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2216,
"end": 2216,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2226,
"end": 2227,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2230,
"end": 2258,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2234,
"end": 2257,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2234,
"end": 2236,
"ctxt": 0
},
"value": "db",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2239,
"end": 2257,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2239,
"end": 2240,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2243,
"end": 2257,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2248,
"end": 2253,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2248,
"end": 2249,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2252,
"end": 2253,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2244,
"end": 2245,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2255,
"end": 2256,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2259,
"end": 2285,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2263,
"end": 2284,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2263,
"end": 2265,
"ctxt": 0
},
"value": "eb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2268,
"end": 2284,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2268,
"end": 2280,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2272,
"end": 2277,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2272,
"end": 2273,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2276,
"end": 2277,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2269,
"end": 2269,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2279,
"end": 2279,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2283,
"end": 2284,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2286,
"end": 2313,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2290,
"end": 2312,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2290,
"end": 2292,
"ctxt": 0
},
"value": "fb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2295,
"end": 2312,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2295,
"end": 2308,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2300,
"end": 2305,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2300,
"end": 2301,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2304,
"end": 2305,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2296,
"end": 2297,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2307,
"end": 2307,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2311,
"end": 2312,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2314,
"end": 2341,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2318,
"end": 2340,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2318,
"end": 2320,
"ctxt": 0
},
"value": "gb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2323,
"end": 2340,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2323,
"end": 2336,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2327,
"end": 2332,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2327,
"end": 2328,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2331,
"end": 2332,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2324,
"end": 2324,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2334,
"end": 2335,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2339,
"end": 2340,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2342,
"end": 2370,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2346,
"end": 2369,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2346,
"end": 2348,
"ctxt": 0
},
"value": "hb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2351,
"end": 2369,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2351,
"end": 2365,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2356,
"end": 2361,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2356,
"end": 2357,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2360,
"end": 2361,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2352,
"end": 2353,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2363,
"end": 2364,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2368,
"end": 2369,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2372,
"end": 2398,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2376,
"end": 2397,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2376,
"end": 2378,
"ctxt": 0
},
"value": "ac",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2381,
"end": 2397,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2381,
"end": 2382,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2385,
"end": 2397,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2389,
"end": 2394,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2389,
"end": 2390,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2393,
"end": 2394,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2386,
"end": 2386,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2396,
"end": 2396,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2399,
"end": 2426,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2403,
"end": 2425,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2403,
"end": 2405,
"ctxt": 0
},
"value": "bc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2408,
"end": 2425,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2408,
"end": 2409,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2412,
"end": 2425,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2417,
"end": 2422,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2417,
"end": 2418,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2421,
"end": 2422,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2413,
"end": 2414,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2424,
"end": 2424,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2427,
"end": 2454,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2431,
"end": 2453,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2431,
"end": 2433,
"ctxt": 0
},
"value": "cc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2436,
"end": 2453,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2436,
"end": 2437,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2440,
"end": 2453,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2444,
"end": 2449,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2444,
"end": 2445,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2448,
"end": 2449,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2441,
"end": 2441,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2451,
"end": 2452,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2455,
"end": 2483,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2459,
"end": 2482,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2459,
"end": 2461,
"ctxt": 0
},
"value": "dc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2464,
"end": 2482,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2464,
"end": 2465,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2468,
"end": 2482,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2473,
"end": 2478,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2473,
"end": 2474,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2477,
"end": 2478,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2469,
"end": 2470,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2480,
"end": 2481,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2484,
"end": 2510,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2488,
"end": 2509,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2488,
"end": 2490,
"ctxt": 0
},
"value": "ec",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2493,
"end": 2509,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2493,
"end": 2505,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2497,
"end": 2502,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2497,
"end": 2498,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2501,
"end": 2502,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2494,
"end": 2494,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2504,
"end": 2504,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2508,
"end": 2509,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2511,
"end": 2538,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2515,
"end": 2537,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2515,
"end": 2517,
"ctxt": 0
},
"value": "fc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2520,
"end": 2537,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2520,
"end": 2533,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2525,
"end": 2530,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2525,
"end": 2526,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2529,
"end": 2530,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2521,
"end": 2522,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2532,
"end": 2532,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2536,
"end": 2537,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2539,
"end": 2566,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2543,
"end": 2565,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2543,
"end": 2545,
"ctxt": 0
},
"value": "gc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2548,
"end": 2565,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2548,
"end": 2561,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2552,
"end": 2557,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2552,
"end": 2553,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2556,
"end": 2557,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2549,
"end": 2549,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2559,
"end": 2560,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2564,
"end": 2565,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2567,
"end": 2595,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2571,
"end": 2594,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2571,
"end": 2573,
"ctxt": 0
},
"value": "hc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2576,
"end": 2594,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2576,
"end": 2590,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2581,
"end": 2586,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2581,
"end": 2582,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2585,
"end": 2586,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2577,
"end": 2578,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2588,
"end": 2589,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2593,
"end": 2594,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
}
],
"interpreter": null
}