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

10500 lines
266 KiB
JSON

{
"type": "Script",
"span": {
"start": 17,
"end": 2611,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 17,
"end": 38,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 21,
"end": 37,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 21,
"end": 22,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 25,
"end": 37,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 25,
"end": 26,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 29,
"end": 37,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 33,
"end": 34,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 30,
"end": 30,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 36,
"end": 36,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 39,
"end": 61,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 43,
"end": 60,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 43,
"end": 44,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 47,
"end": 60,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 47,
"end": 48,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 51,
"end": 60,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 56,
"end": 57,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 52,
"end": 53,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 59,
"end": 59,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 62,
"end": 84,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 66,
"end": 83,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 66,
"end": 67,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 70,
"end": 83,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 70,
"end": 71,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 74,
"end": 83,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 78,
"end": 79,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 75,
"end": 75,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 81,
"end": 82,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 85,
"end": 108,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 89,
"end": 107,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 89,
"end": 90,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 93,
"end": 107,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 93,
"end": 94,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 97,
"end": 107,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 102,
"end": 103,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 98,
"end": 99,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 105,
"end": 106,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 109,
"end": 130,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 113,
"end": 129,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 113,
"end": 114,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 117,
"end": 129,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 117,
"end": 125,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 121,
"end": 122,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 118,
"end": 118,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 124,
"end": 124,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 128,
"end": 129,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 131,
"end": 153,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 135,
"end": 152,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 135,
"end": 136,
"ctxt": 0
},
"value": "f",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 139,
"end": 152,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 139,
"end": 148,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 144,
"end": 145,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 140,
"end": 141,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 147,
"end": 147,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 151,
"end": 152,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 154,
"end": 176,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 158,
"end": 175,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 158,
"end": 159,
"ctxt": 0
},
"value": "g",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 162,
"end": 175,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 162,
"end": 171,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 166,
"end": 167,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 163,
"end": 163,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 169,
"end": 170,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 174,
"end": 175,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 177,
"end": 200,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 181,
"end": 199,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 181,
"end": 182,
"ctxt": 0
},
"value": "h",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 185,
"end": 199,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 185,
"end": 195,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 190,
"end": 191,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 186,
"end": 187,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 193,
"end": 194,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 198,
"end": 199,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 202,
"end": 224,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 206,
"end": 223,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 206,
"end": 208,
"ctxt": 0
},
"value": "a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 211,
"end": 223,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 211,
"end": 212,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 215,
"end": 223,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 219,
"end": 220,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 216,
"end": 216,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 222,
"end": 222,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 225,
"end": 248,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 229,
"end": 247,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 229,
"end": 231,
"ctxt": 0
},
"value": "b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 234,
"end": 247,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 234,
"end": 235,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 238,
"end": 247,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 243,
"end": 244,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 239,
"end": 240,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 246,
"end": 246,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 249,
"end": 272,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 253,
"end": 271,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 253,
"end": 255,
"ctxt": 0
},
"value": "c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 258,
"end": 271,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 258,
"end": 259,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 262,
"end": 271,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 266,
"end": 267,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 263,
"end": 263,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 269,
"end": 270,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 273,
"end": 297,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 277,
"end": 296,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 277,
"end": 279,
"ctxt": 0
},
"value": "d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 282,
"end": 296,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 282,
"end": 283,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 286,
"end": 296,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 291,
"end": 292,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 287,
"end": 288,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 294,
"end": 295,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 298,
"end": 320,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 302,
"end": 319,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 302,
"end": 304,
"ctxt": 0
},
"value": "e2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 307,
"end": 319,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 307,
"end": 315,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 311,
"end": 312,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 308,
"end": 308,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 314,
"end": 314,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 318,
"end": 319,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 321,
"end": 344,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 325,
"end": 343,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 325,
"end": 327,
"ctxt": 0
},
"value": "f2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 330,
"end": 343,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 330,
"end": 339,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 335,
"end": 336,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 331,
"end": 332,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 338,
"end": 338,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 342,
"end": 343,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 345,
"end": 368,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 349,
"end": 367,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 349,
"end": 351,
"ctxt": 0
},
"value": "g2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 354,
"end": 367,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 354,
"end": 363,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 358,
"end": 359,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 355,
"end": 355,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 361,
"end": 362,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 366,
"end": 367,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 369,
"end": 393,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 373,
"end": 392,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 373,
"end": 375,
"ctxt": 0
},
"value": "h2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 378,
"end": 392,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 378,
"end": 388,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 383,
"end": 384,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 379,
"end": 380,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 386,
"end": 387,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 391,
"end": 392,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 395,
"end": 417,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 399,
"end": 416,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 399,
"end": 401,
"ctxt": 0
},
"value": "a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 404,
"end": 416,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 404,
"end": 405,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 408,
"end": 416,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 412,
"end": 413,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 409,
"end": 409,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 415,
"end": 415,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 418,
"end": 441,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 422,
"end": 440,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 422,
"end": 424,
"ctxt": 0
},
"value": "b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 427,
"end": 440,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 427,
"end": 428,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 431,
"end": 440,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 436,
"end": 437,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 432,
"end": 433,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 439,
"end": 439,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 442,
"end": 465,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 446,
"end": 464,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 446,
"end": 448,
"ctxt": 0
},
"value": "c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 451,
"end": 464,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 451,
"end": 452,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 455,
"end": 464,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 459,
"end": 460,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 456,
"end": 456,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 462,
"end": 463,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 466,
"end": 490,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 470,
"end": 489,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 470,
"end": 472,
"ctxt": 0
},
"value": "d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 475,
"end": 489,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 475,
"end": 476,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 479,
"end": 489,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 484,
"end": 485,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 480,
"end": 481,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 487,
"end": 488,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 491,
"end": 513,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 495,
"end": 512,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 495,
"end": 497,
"ctxt": 0
},
"value": "e3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 500,
"end": 512,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 500,
"end": 508,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 504,
"end": 505,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 501,
"end": 501,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 507,
"end": 507,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 511,
"end": 512,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 514,
"end": 537,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 518,
"end": 536,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 518,
"end": 520,
"ctxt": 0
},
"value": "f3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 523,
"end": 536,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 523,
"end": 532,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 528,
"end": 529,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 524,
"end": 525,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 531,
"end": 531,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 535,
"end": 536,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 538,
"end": 561,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 542,
"end": 560,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 542,
"end": 544,
"ctxt": 0
},
"value": "g3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 547,
"end": 560,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 547,
"end": 556,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 551,
"end": 552,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 548,
"end": 548,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 554,
"end": 555,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 559,
"end": 560,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 562,
"end": 586,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 566,
"end": 585,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 566,
"end": 568,
"ctxt": 0
},
"value": "h3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 571,
"end": 585,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 571,
"end": 581,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 576,
"end": 577,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 572,
"end": 573,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 579,
"end": 580,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 584,
"end": 585,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 588,
"end": 614,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 592,
"end": 613,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 592,
"end": 594,
"ctxt": 0
},
"value": "a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 597,
"end": 613,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 597,
"end": 598,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 601,
"end": 613,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 605,
"end": 610,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 605,
"end": 606,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 609,
"end": 610,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 602,
"end": 602,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 612,
"end": 612,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 615,
"end": 642,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 619,
"end": 641,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 619,
"end": 621,
"ctxt": 0
},
"value": "b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 624,
"end": 641,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 624,
"end": 625,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 628,
"end": 641,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 633,
"end": 638,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 633,
"end": 634,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 637,
"end": 638,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 629,
"end": 630,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 640,
"end": 640,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 643,
"end": 670,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 647,
"end": 669,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 647,
"end": 649,
"ctxt": 0
},
"value": "c4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 652,
"end": 669,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 652,
"end": 653,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 656,
"end": 669,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 660,
"end": 665,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 660,
"end": 661,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 664,
"end": 665,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 657,
"end": 657,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 667,
"end": 668,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 671,
"end": 699,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 675,
"end": 698,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 675,
"end": 677,
"ctxt": 0
},
"value": "d4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 680,
"end": 698,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 680,
"end": 681,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 684,
"end": 698,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 689,
"end": 694,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 689,
"end": 690,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 693,
"end": 694,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 685,
"end": 686,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 696,
"end": 697,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 700,
"end": 726,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 704,
"end": 725,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 704,
"end": 706,
"ctxt": 0
},
"value": "e4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 709,
"end": 725,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 709,
"end": 721,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 713,
"end": 718,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 713,
"end": 714,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 717,
"end": 718,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 710,
"end": 710,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 720,
"end": 720,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 724,
"end": 725,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 727,
"end": 754,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 731,
"end": 753,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 731,
"end": 733,
"ctxt": 0
},
"value": "f4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 736,
"end": 753,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 736,
"end": 749,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 741,
"end": 746,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 741,
"end": 742,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 745,
"end": 746,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 737,
"end": 738,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 748,
"end": 748,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 752,
"end": 753,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 755,
"end": 782,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 759,
"end": 781,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 759,
"end": 761,
"ctxt": 0
},
"value": "g4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 764,
"end": 781,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 764,
"end": 777,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 768,
"end": 773,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 768,
"end": 769,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 772,
"end": 773,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 765,
"end": 765,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 775,
"end": 776,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 780,
"end": 781,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 783,
"end": 811,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 787,
"end": 810,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 787,
"end": 789,
"ctxt": 0
},
"value": "h4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 792,
"end": 810,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 792,
"end": 806,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 797,
"end": 802,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 797,
"end": 798,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 801,
"end": 802,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 793,
"end": 794,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 804,
"end": 805,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 809,
"end": 810,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 813,
"end": 839,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 817,
"end": 838,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 817,
"end": 819,
"ctxt": 0
},
"value": "a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 822,
"end": 838,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 822,
"end": 823,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 826,
"end": 838,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 830,
"end": 835,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 830,
"end": 831,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 834,
"end": 835,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 827,
"end": 827,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 837,
"end": 837,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 840,
"end": 867,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 844,
"end": 866,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 844,
"end": 846,
"ctxt": 0
},
"value": "b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 849,
"end": 866,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 849,
"end": 850,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 853,
"end": 866,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 858,
"end": 863,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 858,
"end": 859,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 862,
"end": 863,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 854,
"end": 855,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 865,
"end": 865,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 868,
"end": 895,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 872,
"end": 894,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 872,
"end": 874,
"ctxt": 0
},
"value": "c5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 877,
"end": 894,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 877,
"end": 878,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 881,
"end": 894,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 885,
"end": 890,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 885,
"end": 886,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 889,
"end": 890,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 882,
"end": 882,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 892,
"end": 893,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 896,
"end": 924,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 900,
"end": 923,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 900,
"end": 902,
"ctxt": 0
},
"value": "d5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 905,
"end": 923,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 905,
"end": 906,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 909,
"end": 923,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 914,
"end": 919,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 914,
"end": 915,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 918,
"end": 919,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 910,
"end": 911,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 921,
"end": 922,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 925,
"end": 951,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 929,
"end": 950,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 929,
"end": 931,
"ctxt": 0
},
"value": "e5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 934,
"end": 950,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 934,
"end": 946,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 938,
"end": 943,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 938,
"end": 939,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 942,
"end": 943,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 935,
"end": 935,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 945,
"end": 945,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 949,
"end": 950,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 952,
"end": 979,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 956,
"end": 978,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 956,
"end": 958,
"ctxt": 0
},
"value": "f5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 961,
"end": 978,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 961,
"end": 974,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 966,
"end": 971,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 966,
"end": 967,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 970,
"end": 971,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 962,
"end": 963,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 973,
"end": 973,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 977,
"end": 978,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 980,
"end": 1007,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 984,
"end": 1006,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 984,
"end": 986,
"ctxt": 0
},
"value": "g5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 989,
"end": 1006,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 989,
"end": 1002,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 993,
"end": 998,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 993,
"end": 994,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 997,
"end": 998,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 990,
"end": 990,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1000,
"end": 1001,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1005,
"end": 1006,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1008,
"end": 1036,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1012,
"end": 1035,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1012,
"end": 1014,
"ctxt": 0
},
"value": "h5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1017,
"end": 1035,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1017,
"end": 1031,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1022,
"end": 1027,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1022,
"end": 1023,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1026,
"end": 1027,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1018,
"end": 1019,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1029,
"end": 1030,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1034,
"end": 1035,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1038,
"end": 1064,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1042,
"end": 1063,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1042,
"end": 1044,
"ctxt": 0
},
"value": "a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1047,
"end": 1063,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1047,
"end": 1048,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1051,
"end": 1063,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1055,
"end": 1060,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1055,
"end": 1056,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1059,
"end": 1060,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1052,
"end": 1052,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1062,
"end": 1062,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1065,
"end": 1092,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1069,
"end": 1091,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1069,
"end": 1071,
"ctxt": 0
},
"value": "b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1074,
"end": 1091,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1074,
"end": 1075,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1078,
"end": 1091,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1083,
"end": 1088,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1083,
"end": 1084,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1087,
"end": 1088,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1079,
"end": 1080,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1090,
"end": 1090,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1093,
"end": 1120,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1097,
"end": 1119,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1097,
"end": 1099,
"ctxt": 0
},
"value": "c6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1102,
"end": 1119,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1102,
"end": 1103,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1106,
"end": 1119,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1110,
"end": 1115,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1110,
"end": 1111,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1114,
"end": 1115,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1107,
"end": 1107,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1117,
"end": 1118,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1121,
"end": 1149,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1125,
"end": 1148,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1125,
"end": 1127,
"ctxt": 0
},
"value": "d6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1130,
"end": 1148,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1130,
"end": 1131,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1134,
"end": 1148,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1139,
"end": 1144,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1139,
"end": 1140,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1143,
"end": 1144,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1135,
"end": 1136,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1146,
"end": 1147,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1150,
"end": 1176,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1154,
"end": 1175,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1154,
"end": 1156,
"ctxt": 0
},
"value": "e6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1159,
"end": 1175,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1159,
"end": 1171,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1163,
"end": 1168,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1163,
"end": 1164,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1167,
"end": 1168,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1160,
"end": 1160,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1170,
"end": 1170,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1174,
"end": 1175,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1177,
"end": 1204,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1181,
"end": 1203,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1181,
"end": 1183,
"ctxt": 0
},
"value": "f6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1186,
"end": 1203,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1186,
"end": 1199,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1191,
"end": 1196,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1191,
"end": 1192,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1195,
"end": 1196,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1187,
"end": 1188,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1198,
"end": 1198,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1202,
"end": 1203,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1205,
"end": 1232,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1209,
"end": 1231,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1209,
"end": 1211,
"ctxt": 0
},
"value": "g6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1214,
"end": 1231,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1214,
"end": 1227,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1218,
"end": 1223,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1218,
"end": 1219,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1222,
"end": 1223,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1215,
"end": 1215,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1225,
"end": 1226,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1230,
"end": 1231,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1233,
"end": 1261,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1237,
"end": 1260,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1237,
"end": 1239,
"ctxt": 0
},
"value": "h6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1242,
"end": 1260,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1242,
"end": 1256,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1247,
"end": 1252,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1247,
"end": 1248,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1251,
"end": 1252,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1243,
"end": 1244,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1254,
"end": 1255,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1259,
"end": 1260,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1263,
"end": 1289,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1267,
"end": 1288,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1267,
"end": 1269,
"ctxt": 0
},
"value": "a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1272,
"end": 1288,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1272,
"end": 1273,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1276,
"end": 1288,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1280,
"end": 1285,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1280,
"end": 1281,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1284,
"end": 1285,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1277,
"end": 1277,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1287,
"end": 1287,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1290,
"end": 1317,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1294,
"end": 1316,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1294,
"end": 1296,
"ctxt": 0
},
"value": "b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1299,
"end": 1316,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1299,
"end": 1300,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1303,
"end": 1316,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1308,
"end": 1313,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1308,
"end": 1309,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1312,
"end": 1313,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1304,
"end": 1305,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1315,
"end": 1315,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1318,
"end": 1345,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1322,
"end": 1344,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1322,
"end": 1324,
"ctxt": 0
},
"value": "c7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1327,
"end": 1344,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1327,
"end": 1328,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1331,
"end": 1344,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1335,
"end": 1340,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1335,
"end": 1336,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1339,
"end": 1340,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1332,
"end": 1332,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1342,
"end": 1343,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1346,
"end": 1374,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1350,
"end": 1373,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1350,
"end": 1352,
"ctxt": 0
},
"value": "d7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1355,
"end": 1373,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1355,
"end": 1356,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1359,
"end": 1373,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1364,
"end": 1369,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1364,
"end": 1365,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1368,
"end": 1369,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1360,
"end": 1361,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1371,
"end": 1372,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1375,
"end": 1401,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1379,
"end": 1400,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1379,
"end": 1381,
"ctxt": 0
},
"value": "e7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1384,
"end": 1400,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1384,
"end": 1396,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1388,
"end": 1393,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1388,
"end": 1389,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1392,
"end": 1393,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1385,
"end": 1385,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1395,
"end": 1395,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1399,
"end": 1400,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1402,
"end": 1429,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1406,
"end": 1428,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1406,
"end": 1408,
"ctxt": 0
},
"value": "f7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1411,
"end": 1428,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1411,
"end": 1424,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1416,
"end": 1421,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1416,
"end": 1417,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1420,
"end": 1421,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1412,
"end": 1413,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1423,
"end": 1423,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1427,
"end": 1428,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1430,
"end": 1457,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1434,
"end": 1456,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1434,
"end": 1436,
"ctxt": 0
},
"value": "g7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1439,
"end": 1456,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1439,
"end": 1452,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1443,
"end": 1448,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1443,
"end": 1444,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1447,
"end": 1448,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1440,
"end": 1440,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1450,
"end": 1451,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1455,
"end": 1456,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1458,
"end": 1486,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1462,
"end": 1485,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1462,
"end": 1464,
"ctxt": 0
},
"value": "h7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1467,
"end": 1485,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1467,
"end": 1481,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1472,
"end": 1477,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1472,
"end": 1473,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1476,
"end": 1477,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1468,
"end": 1469,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1479,
"end": 1480,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1484,
"end": 1485,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1488,
"end": 1514,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1492,
"end": 1513,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1492,
"end": 1494,
"ctxt": 0
},
"value": "a8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1497,
"end": 1513,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1497,
"end": 1498,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1501,
"end": 1513,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1505,
"end": 1510,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1505,
"end": 1506,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1509,
"end": 1510,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1502,
"end": 1502,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1512,
"end": 1512,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1515,
"end": 1542,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1519,
"end": 1541,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1519,
"end": 1521,
"ctxt": 0
},
"value": "b8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1524,
"end": 1541,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1524,
"end": 1525,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1528,
"end": 1541,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1533,
"end": 1538,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1533,
"end": 1534,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1537,
"end": 1538,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1529,
"end": 1530,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1540,
"end": 1540,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1543,
"end": 1570,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1547,
"end": 1569,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1547,
"end": 1549,
"ctxt": 0
},
"value": "c8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1552,
"end": 1569,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1552,
"end": 1553,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1556,
"end": 1569,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1560,
"end": 1565,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1560,
"end": 1561,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1564,
"end": 1565,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1557,
"end": 1557,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1567,
"end": 1568,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1571,
"end": 1599,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1575,
"end": 1598,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1575,
"end": 1577,
"ctxt": 0
},
"value": "d8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1580,
"end": 1598,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1580,
"end": 1581,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1584,
"end": 1598,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1589,
"end": 1594,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1589,
"end": 1590,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1593,
"end": 1594,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1585,
"end": 1586,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1596,
"end": 1597,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1600,
"end": 1626,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1604,
"end": 1625,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1604,
"end": 1606,
"ctxt": 0
},
"value": "e8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1609,
"end": 1625,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1609,
"end": 1621,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1613,
"end": 1618,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1613,
"end": 1614,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1617,
"end": 1618,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1610,
"end": 1610,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1620,
"end": 1620,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1624,
"end": 1625,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1627,
"end": 1654,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1631,
"end": 1653,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1631,
"end": 1633,
"ctxt": 0
},
"value": "f8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1636,
"end": 1653,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1636,
"end": 1649,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1641,
"end": 1646,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1641,
"end": 1642,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1645,
"end": 1646,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1637,
"end": 1638,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1648,
"end": 1648,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1652,
"end": 1653,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1655,
"end": 1682,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1659,
"end": 1681,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1659,
"end": 1661,
"ctxt": 0
},
"value": "g8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1664,
"end": 1681,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1664,
"end": 1677,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1668,
"end": 1673,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1668,
"end": 1669,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1672,
"end": 1673,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1665,
"end": 1665,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1675,
"end": 1676,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1680,
"end": 1681,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1683,
"end": 1711,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1687,
"end": 1710,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1687,
"end": 1689,
"ctxt": 0
},
"value": "h8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1692,
"end": 1710,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1692,
"end": 1706,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1697,
"end": 1702,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1697,
"end": 1698,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1701,
"end": 1702,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1693,
"end": 1694,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1704,
"end": 1705,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1709,
"end": 1710,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1713,
"end": 1739,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1717,
"end": 1738,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1717,
"end": 1719,
"ctxt": 0
},
"value": "a9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1722,
"end": 1738,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1722,
"end": 1723,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1726,
"end": 1738,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1730,
"end": 1735,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1730,
"end": 1731,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1734,
"end": 1735,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1727,
"end": 1727,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1737,
"end": 1737,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1740,
"end": 1767,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1744,
"end": 1766,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1744,
"end": 1746,
"ctxt": 0
},
"value": "b9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1749,
"end": 1766,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1749,
"end": 1750,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1753,
"end": 1766,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1758,
"end": 1763,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1758,
"end": 1759,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1762,
"end": 1763,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1754,
"end": 1755,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1765,
"end": 1765,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1768,
"end": 1795,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1772,
"end": 1794,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1772,
"end": 1774,
"ctxt": 0
},
"value": "c9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1777,
"end": 1794,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1777,
"end": 1778,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1781,
"end": 1794,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1785,
"end": 1790,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1785,
"end": 1786,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1789,
"end": 1790,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1782,
"end": 1782,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1792,
"end": 1793,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1796,
"end": 1824,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1800,
"end": 1823,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1800,
"end": 1802,
"ctxt": 0
},
"value": "d9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1805,
"end": 1823,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1805,
"end": 1806,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1809,
"end": 1823,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1814,
"end": 1819,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1814,
"end": 1815,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1818,
"end": 1819,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1810,
"end": 1811,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1821,
"end": 1822,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1825,
"end": 1851,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1829,
"end": 1850,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1829,
"end": 1831,
"ctxt": 0
},
"value": "e9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1834,
"end": 1850,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1834,
"end": 1846,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1838,
"end": 1843,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1838,
"end": 1839,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1842,
"end": 1843,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1835,
"end": 1835,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1845,
"end": 1845,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1849,
"end": 1850,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1852,
"end": 1879,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1856,
"end": 1878,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1856,
"end": 1858,
"ctxt": 0
},
"value": "f9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1861,
"end": 1878,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1861,
"end": 1874,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1866,
"end": 1871,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1866,
"end": 1867,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1870,
"end": 1871,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1862,
"end": 1863,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1873,
"end": 1873,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1877,
"end": 1878,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1880,
"end": 1907,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1884,
"end": 1906,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1884,
"end": 1886,
"ctxt": 0
},
"value": "g9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1889,
"end": 1906,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1889,
"end": 1902,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1893,
"end": 1898,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1893,
"end": 1894,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1897,
"end": 1898,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1890,
"end": 1890,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1900,
"end": 1901,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1905,
"end": 1906,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1908,
"end": 1936,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1912,
"end": 1935,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1912,
"end": 1914,
"ctxt": 0
},
"value": "h9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1917,
"end": 1935,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1917,
"end": 1931,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1922,
"end": 1927,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1922,
"end": 1923,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1926,
"end": 1927,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1918,
"end": 1919,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1929,
"end": 1930,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1934,
"end": 1935,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1938,
"end": 1964,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1942,
"end": 1963,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1942,
"end": 1944,
"ctxt": 0
},
"value": "aa",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1947,
"end": 1963,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1947,
"end": 1948,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1951,
"end": 1963,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1955,
"end": 1960,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1955,
"end": 1956,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1959,
"end": 1960,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1952,
"end": 1952,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1962,
"end": 1962,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1965,
"end": 1992,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1969,
"end": 1991,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1969,
"end": 1971,
"ctxt": 0
},
"value": "ba",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1974,
"end": 1991,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1974,
"end": 1975,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1978,
"end": 1991,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1983,
"end": 1988,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1983,
"end": 1984,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1987,
"end": 1988,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1979,
"end": 1980,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1990,
"end": 1990,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1993,
"end": 2020,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1997,
"end": 2019,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1997,
"end": 1999,
"ctxt": 0
},
"value": "ca",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2002,
"end": 2019,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2002,
"end": 2003,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2006,
"end": 2019,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2010,
"end": 2015,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2010,
"end": 2011,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2014,
"end": 2015,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2007,
"end": 2007,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2017,
"end": 2018,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2021,
"end": 2049,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2025,
"end": 2048,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2025,
"end": 2027,
"ctxt": 0
},
"value": "da",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2030,
"end": 2048,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2030,
"end": 2031,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2034,
"end": 2048,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2039,
"end": 2044,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2039,
"end": 2040,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2043,
"end": 2044,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2035,
"end": 2036,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2046,
"end": 2047,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2050,
"end": 2076,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2054,
"end": 2075,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2054,
"end": 2056,
"ctxt": 0
},
"value": "ea",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2059,
"end": 2075,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2059,
"end": 2071,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2063,
"end": 2068,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2063,
"end": 2064,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2067,
"end": 2068,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2060,
"end": 2060,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2070,
"end": 2070,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2074,
"end": 2075,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2077,
"end": 2104,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2081,
"end": 2103,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2081,
"end": 2083,
"ctxt": 0
},
"value": "fa",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2086,
"end": 2103,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2086,
"end": 2099,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2091,
"end": 2096,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2091,
"end": 2092,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2095,
"end": 2096,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2087,
"end": 2088,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2098,
"end": 2098,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2102,
"end": 2103,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2105,
"end": 2132,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2109,
"end": 2131,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2109,
"end": 2111,
"ctxt": 0
},
"value": "ga",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2114,
"end": 2131,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2114,
"end": 2127,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2118,
"end": 2123,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2118,
"end": 2119,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2122,
"end": 2123,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2115,
"end": 2115,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2125,
"end": 2126,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2130,
"end": 2131,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2133,
"end": 2161,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2137,
"end": 2160,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2137,
"end": 2139,
"ctxt": 0
},
"value": "ha",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2142,
"end": 2160,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2142,
"end": 2156,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2147,
"end": 2152,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2147,
"end": 2148,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2151,
"end": 2152,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2143,
"end": 2144,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2154,
"end": 2155,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2159,
"end": 2160,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2163,
"end": 2189,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2167,
"end": 2188,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2167,
"end": 2169,
"ctxt": 0
},
"value": "ab",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2172,
"end": 2188,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2172,
"end": 2173,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2176,
"end": 2188,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2180,
"end": 2185,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2180,
"end": 2181,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2184,
"end": 2185,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2177,
"end": 2177,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2187,
"end": 2187,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2190,
"end": 2217,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2194,
"end": 2216,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2194,
"end": 2196,
"ctxt": 0
},
"value": "bb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2199,
"end": 2216,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2199,
"end": 2200,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2203,
"end": 2216,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2208,
"end": 2213,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2208,
"end": 2209,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2212,
"end": 2213,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2204,
"end": 2205,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2215,
"end": 2215,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2218,
"end": 2245,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2222,
"end": 2244,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2222,
"end": 2224,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2227,
"end": 2244,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2227,
"end": 2228,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2231,
"end": 2244,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2235,
"end": 2240,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2235,
"end": 2236,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2239,
"end": 2240,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2232,
"end": 2232,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2242,
"end": 2243,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2246,
"end": 2274,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2250,
"end": 2273,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2250,
"end": 2252,
"ctxt": 0
},
"value": "db",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2255,
"end": 2273,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2255,
"end": 2256,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2259,
"end": 2273,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2264,
"end": 2269,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2264,
"end": 2265,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2268,
"end": 2269,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2260,
"end": 2261,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2271,
"end": 2272,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2275,
"end": 2301,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2279,
"end": 2300,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2279,
"end": 2281,
"ctxt": 0
},
"value": "eb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2284,
"end": 2300,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2284,
"end": 2296,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2288,
"end": 2293,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2288,
"end": 2289,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2292,
"end": 2293,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2285,
"end": 2285,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2295,
"end": 2295,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2299,
"end": 2300,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2302,
"end": 2329,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2306,
"end": 2328,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2306,
"end": 2308,
"ctxt": 0
},
"value": "fb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2311,
"end": 2328,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2311,
"end": 2324,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2316,
"end": 2321,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2316,
"end": 2317,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2320,
"end": 2321,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2312,
"end": 2313,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2323,
"end": 2323,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2327,
"end": 2328,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2330,
"end": 2357,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2334,
"end": 2356,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2334,
"end": 2336,
"ctxt": 0
},
"value": "gb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2339,
"end": 2356,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2339,
"end": 2352,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2343,
"end": 2348,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2343,
"end": 2344,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2347,
"end": 2348,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2340,
"end": 2340,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2350,
"end": 2351,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2355,
"end": 2356,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2358,
"end": 2386,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2362,
"end": 2385,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2362,
"end": 2364,
"ctxt": 0
},
"value": "hb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2367,
"end": 2385,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2367,
"end": 2381,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2372,
"end": 2377,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2372,
"end": 2373,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2376,
"end": 2377,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2368,
"end": 2369,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2379,
"end": 2380,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2384,
"end": 2385,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2388,
"end": 2414,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2392,
"end": 2413,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2392,
"end": 2394,
"ctxt": 0
},
"value": "ac",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2397,
"end": 2413,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2397,
"end": 2398,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2401,
"end": 2413,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2405,
"end": 2410,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2405,
"end": 2406,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2409,
"end": 2410,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2402,
"end": 2402,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2412,
"end": 2412,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2415,
"end": 2442,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2419,
"end": 2441,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2419,
"end": 2421,
"ctxt": 0
},
"value": "bc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2424,
"end": 2441,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2424,
"end": 2425,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2428,
"end": 2441,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2433,
"end": 2438,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2433,
"end": 2434,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2437,
"end": 2438,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2429,
"end": 2430,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2440,
"end": 2440,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2443,
"end": 2470,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2447,
"end": 2469,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2447,
"end": 2449,
"ctxt": 0
},
"value": "cc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2452,
"end": 2469,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2452,
"end": 2453,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2456,
"end": 2469,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2460,
"end": 2465,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2460,
"end": 2461,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2464,
"end": 2465,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2457,
"end": 2457,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2467,
"end": 2468,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2471,
"end": 2499,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2475,
"end": 2498,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2475,
"end": 2477,
"ctxt": 0
},
"value": "dc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2480,
"end": 2498,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2480,
"end": 2481,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2484,
"end": 2498,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2489,
"end": 2494,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2489,
"end": 2490,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2493,
"end": 2494,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2485,
"end": 2486,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2496,
"end": 2497,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2500,
"end": 2526,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2504,
"end": 2525,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2504,
"end": 2506,
"ctxt": 0
},
"value": "ec",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2509,
"end": 2525,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2509,
"end": 2521,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2513,
"end": 2518,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2513,
"end": 2514,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2517,
"end": 2518,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2510,
"end": 2510,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2520,
"end": 2520,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2524,
"end": 2525,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2527,
"end": 2554,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2531,
"end": 2553,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2531,
"end": 2533,
"ctxt": 0
},
"value": "fc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2536,
"end": 2553,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2536,
"end": 2549,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2541,
"end": 2546,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2541,
"end": 2542,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2545,
"end": 2546,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2537,
"end": 2538,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2548,
"end": 2548,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2552,
"end": 2553,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2555,
"end": 2582,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2559,
"end": 2581,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2559,
"end": 2561,
"ctxt": 0
},
"value": "gc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2564,
"end": 2581,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2564,
"end": 2577,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2568,
"end": 2573,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2568,
"end": 2569,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2572,
"end": 2573,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2565,
"end": 2565,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 2575,
"end": 2576,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2580,
"end": 2581,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2583,
"end": 2611,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2587,
"end": 2610,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2587,
"end": 2589,
"ctxt": 0
},
"value": "hc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2592,
"end": 2610,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2592,
"end": 2606,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2597,
"end": 2602,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2597,
"end": 2598,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2601,
"end": 2602,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2593,
"end": 2594,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 2604,
"end": 2605,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2609,
"end": 2610,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
}
],
"interpreter": null
}