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

5560 lines
142 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 1351,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 1,
"end": 22,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 5,
"end": 21,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 5,
"end": 6,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 9,
"end": 21,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 9,
"end": 10,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 13,
"end": 21,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 17,
"end": 18,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 14,
"end": 14,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 20,
"end": 20,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 23,
"end": 45,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 27,
"end": 44,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 27,
"end": 28,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 31,
"end": 44,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 31,
"end": 32,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 35,
"end": 44,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 40,
"end": 41,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 36,
"end": 37,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 43,
"end": 43,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 46,
"end": 68,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 50,
"end": 67,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 50,
"end": 51,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 54,
"end": 67,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 54,
"end": 55,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 58,
"end": 67,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 62,
"end": 63,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 59,
"end": 59,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 65,
"end": 66,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 69,
"end": 92,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 73,
"end": 91,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 73,
"end": 74,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 77,
"end": 91,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 77,
"end": 78,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 81,
"end": 91,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 86,
"end": 87,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 82,
"end": 83,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 89,
"end": 90,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 93,
"end": 114,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 97,
"end": 113,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 97,
"end": 98,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 101,
"end": 113,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 101,
"end": 109,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 105,
"end": 106,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 102,
"end": 102,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 108,
"end": 108,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 112,
"end": 113,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 115,
"end": 137,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 119,
"end": 136,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 119,
"end": 120,
"ctxt": 0
},
"value": "f",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 123,
"end": 136,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 123,
"end": 132,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 128,
"end": 129,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 124,
"end": 125,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 131,
"end": 131,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 135,
"end": 136,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 138,
"end": 160,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 142,
"end": 159,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 142,
"end": 143,
"ctxt": 0
},
"value": "g",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 146,
"end": 159,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 146,
"end": 155,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 150,
"end": 151,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 147,
"end": 147,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 153,
"end": 154,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 158,
"end": 159,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 161,
"end": 184,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 165,
"end": 183,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 165,
"end": 166,
"ctxt": 0
},
"value": "h",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 169,
"end": 183,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 169,
"end": 179,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 174,
"end": 175,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 170,
"end": 171,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 177,
"end": 178,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 182,
"end": 183,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 185,
"end": 210,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 189,
"end": 209,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 189,
"end": 190,
"ctxt": 0
},
"value": "i",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 193,
"end": 209,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 193,
"end": 205,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 193,
"end": 194,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 197,
"end": 205,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 201,
"end": 202,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 198,
"end": 198,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 204,
"end": 204,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 208,
"end": 209,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 211,
"end": 237,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 215,
"end": 236,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 215,
"end": 216,
"ctxt": 0
},
"value": "j",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 219,
"end": 236,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 219,
"end": 232,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 219,
"end": 220,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 223,
"end": 232,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 228,
"end": 229,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 224,
"end": 225,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 231,
"end": 231,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 235,
"end": 236,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 238,
"end": 264,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 242,
"end": 263,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 242,
"end": 243,
"ctxt": 0
},
"value": "k",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 246,
"end": 263,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 246,
"end": 259,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 246,
"end": 247,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 250,
"end": 259,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 254,
"end": 255,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 251,
"end": 251,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 257,
"end": 258,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 262,
"end": 263,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 265,
"end": 292,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 269,
"end": 291,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 269,
"end": 270,
"ctxt": 0
},
"value": "l",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 273,
"end": 291,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 273,
"end": 287,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 273,
"end": 274,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 277,
"end": 287,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 282,
"end": 283,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 278,
"end": 279,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 285,
"end": 286,
"ctxt": 0
},
"tail": true,
"cooked": "4",
"raw": "4"
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 290,
"end": 291,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 294,
"end": 320,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 298,
"end": 319,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 298,
"end": 300,
"ctxt": 0
},
"value": "a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 303,
"end": 319,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 303,
"end": 304,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 307,
"end": 319,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 311,
"end": 316,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 311,
"end": 312,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 315,
"end": 316,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 308,
"end": 308,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 318,
"end": 318,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 321,
"end": 348,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 325,
"end": 347,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 325,
"end": 327,
"ctxt": 0
},
"value": "b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 330,
"end": 347,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 330,
"end": 331,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 334,
"end": 347,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 339,
"end": 344,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 339,
"end": 340,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 343,
"end": 344,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 335,
"end": 336,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 346,
"end": 346,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 349,
"end": 376,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 353,
"end": 375,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 353,
"end": 355,
"ctxt": 0
},
"value": "c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 358,
"end": 375,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 358,
"end": 359,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 362,
"end": 375,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 366,
"end": 371,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 366,
"end": 367,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 370,
"end": 371,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 363,
"end": 363,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 373,
"end": 374,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 377,
"end": 405,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 381,
"end": 404,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 381,
"end": 383,
"ctxt": 0
},
"value": "d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 386,
"end": 404,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 386,
"end": 387,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 390,
"end": 404,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 395,
"end": 400,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 395,
"end": 396,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 399,
"end": 400,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 391,
"end": 392,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 402,
"end": 403,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 406,
"end": 432,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 410,
"end": 431,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 410,
"end": 412,
"ctxt": 0
},
"value": "e2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 415,
"end": 431,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 415,
"end": 427,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 419,
"end": 424,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 419,
"end": 420,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 423,
"end": 424,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 416,
"end": 416,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 426,
"end": 426,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 430,
"end": 431,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 433,
"end": 460,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 437,
"end": 459,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 437,
"end": 439,
"ctxt": 0
},
"value": "f2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 442,
"end": 459,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 442,
"end": 455,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 447,
"end": 452,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 447,
"end": 448,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 451,
"end": 452,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 443,
"end": 444,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 454,
"end": 454,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 458,
"end": 459,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 461,
"end": 488,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 465,
"end": 487,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 465,
"end": 467,
"ctxt": 0
},
"value": "g2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 470,
"end": 487,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 470,
"end": 483,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 474,
"end": 479,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 474,
"end": 475,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 478,
"end": 479,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 471,
"end": 471,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 481,
"end": 482,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 486,
"end": 487,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 489,
"end": 517,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 493,
"end": 516,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 493,
"end": 495,
"ctxt": 0
},
"value": "h2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 498,
"end": 516,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 498,
"end": 512,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 503,
"end": 508,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 503,
"end": 504,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 507,
"end": 508,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 499,
"end": 500,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 510,
"end": 511,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 515,
"end": 516,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 518,
"end": 548,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 522,
"end": 547,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 522,
"end": 524,
"ctxt": 0
},
"value": "i2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 527,
"end": 547,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 527,
"end": 543,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 527,
"end": 528,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 531,
"end": 543,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 535,
"end": 540,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 535,
"end": 536,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 539,
"end": 540,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 532,
"end": 532,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 542,
"end": 542,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 546,
"end": 547,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 549,
"end": 580,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 553,
"end": 579,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 553,
"end": 555,
"ctxt": 0
},
"value": "j2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 558,
"end": 579,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 558,
"end": 575,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 558,
"end": 559,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 562,
"end": 575,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 567,
"end": 572,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 567,
"end": 568,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 571,
"end": 572,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 563,
"end": 564,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 574,
"end": 574,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 578,
"end": 579,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 581,
"end": 612,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 585,
"end": 611,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 585,
"end": 587,
"ctxt": 0
},
"value": "k2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 590,
"end": 611,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 590,
"end": 607,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 590,
"end": 591,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 594,
"end": 607,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 598,
"end": 603,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 598,
"end": 599,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 602,
"end": 603,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 595,
"end": 595,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 605,
"end": 606,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 610,
"end": 611,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 613,
"end": 645,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 617,
"end": 644,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 617,
"end": 619,
"ctxt": 0
},
"value": "l2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 622,
"end": 644,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 622,
"end": 640,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 622,
"end": 623,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 626,
"end": 640,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 631,
"end": 636,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 631,
"end": 632,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 635,
"end": 636,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 627,
"end": 628,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 638,
"end": 639,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 643,
"end": 644,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 647,
"end": 673,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 651,
"end": 672,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 651,
"end": 653,
"ctxt": 0
},
"value": "a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 656,
"end": 672,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 656,
"end": 657,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 660,
"end": 672,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 664,
"end": 669,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 664,
"end": 665,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 668,
"end": 669,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 661,
"end": 661,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 671,
"end": 671,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 674,
"end": 701,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 678,
"end": 700,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 678,
"end": 680,
"ctxt": 0
},
"value": "b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 683,
"end": 700,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 683,
"end": 684,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 687,
"end": 700,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 692,
"end": 697,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 692,
"end": 693,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 696,
"end": 697,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 688,
"end": 689,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 699,
"end": 699,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 702,
"end": 729,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 706,
"end": 728,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 706,
"end": 708,
"ctxt": 0
},
"value": "c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 711,
"end": 728,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 711,
"end": 712,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 715,
"end": 728,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 719,
"end": 724,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 719,
"end": 720,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 723,
"end": 724,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 716,
"end": 716,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 726,
"end": 727,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 730,
"end": 758,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 734,
"end": 757,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 734,
"end": 736,
"ctxt": 0
},
"value": "d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 739,
"end": 757,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 739,
"end": 740,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 743,
"end": 757,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 748,
"end": 753,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 748,
"end": 749,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 752,
"end": 753,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 744,
"end": 745,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 755,
"end": 756,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 759,
"end": 785,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 763,
"end": 784,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 763,
"end": 765,
"ctxt": 0
},
"value": "e3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 768,
"end": 784,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 768,
"end": 780,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 772,
"end": 777,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 772,
"end": 773,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 776,
"end": 777,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 769,
"end": 769,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 779,
"end": 779,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 783,
"end": 784,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 786,
"end": 813,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 790,
"end": 812,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 790,
"end": 792,
"ctxt": 0
},
"value": "f3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 795,
"end": 812,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 795,
"end": 808,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 800,
"end": 805,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 800,
"end": 801,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 804,
"end": 805,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 796,
"end": 797,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 807,
"end": 807,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 811,
"end": 812,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 814,
"end": 841,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 818,
"end": 840,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 818,
"end": 820,
"ctxt": 0
},
"value": "g3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 823,
"end": 840,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 823,
"end": 836,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 827,
"end": 832,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 827,
"end": 828,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 831,
"end": 832,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 824,
"end": 824,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 834,
"end": 835,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 839,
"end": 840,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 842,
"end": 870,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 846,
"end": 869,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 846,
"end": 848,
"ctxt": 0
},
"value": "h3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 851,
"end": 869,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 851,
"end": 865,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 856,
"end": 861,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 856,
"end": 857,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 860,
"end": 861,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 852,
"end": 853,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 863,
"end": 864,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 868,
"end": 869,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 871,
"end": 901,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 875,
"end": 900,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 875,
"end": 877,
"ctxt": 0
},
"value": "i3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 880,
"end": 900,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 880,
"end": 896,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 880,
"end": 881,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 884,
"end": 896,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 888,
"end": 893,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 888,
"end": 889,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 892,
"end": 893,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 885,
"end": 885,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 895,
"end": 895,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 899,
"end": 900,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 902,
"end": 933,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 906,
"end": 932,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 906,
"end": 908,
"ctxt": 0
},
"value": "j3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 911,
"end": 932,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 911,
"end": 928,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 911,
"end": 912,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 915,
"end": 928,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 920,
"end": 925,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 920,
"end": 921,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 924,
"end": 925,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 916,
"end": 917,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 927,
"end": 927,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 931,
"end": 932,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 934,
"end": 965,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 938,
"end": 964,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 938,
"end": 940,
"ctxt": 0
},
"value": "k3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 943,
"end": 964,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 943,
"end": 960,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 943,
"end": 944,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 947,
"end": 960,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 951,
"end": 956,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 951,
"end": 952,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 955,
"end": 956,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 948,
"end": 948,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 958,
"end": 959,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 963,
"end": 964,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 966,
"end": 998,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 970,
"end": 997,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 970,
"end": 972,
"ctxt": 0
},
"value": "l3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 975,
"end": 997,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 975,
"end": 993,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 975,
"end": 976,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 979,
"end": 993,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 984,
"end": 989,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 984,
"end": 985,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 988,
"end": 989,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 980,
"end": 981,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 991,
"end": 992,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 996,
"end": 997,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1000,
"end": 1026,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1004,
"end": 1025,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1004,
"end": 1006,
"ctxt": 0
},
"value": "a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1009,
"end": 1025,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1009,
"end": 1010,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1013,
"end": 1025,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1017,
"end": 1022,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1017,
"end": 1018,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1021,
"end": 1022,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1014,
"end": 1014,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1024,
"end": 1024,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1027,
"end": 1054,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1031,
"end": 1053,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1031,
"end": 1033,
"ctxt": 0
},
"value": "b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1036,
"end": 1053,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1036,
"end": 1037,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1040,
"end": 1053,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1045,
"end": 1050,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1045,
"end": 1046,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1049,
"end": 1050,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1041,
"end": 1042,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1052,
"end": 1052,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1055,
"end": 1082,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1059,
"end": 1081,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1059,
"end": 1061,
"ctxt": 0
},
"value": "c4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1064,
"end": 1081,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1064,
"end": 1065,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1068,
"end": 1081,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1072,
"end": 1077,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1072,
"end": 1073,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1076,
"end": 1077,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1069,
"end": 1069,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1079,
"end": 1080,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1083,
"end": 1111,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1087,
"end": 1110,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1087,
"end": 1089,
"ctxt": 0
},
"value": "d4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1092,
"end": 1110,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1092,
"end": 1093,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1096,
"end": 1110,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1101,
"end": 1106,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1101,
"end": 1102,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1105,
"end": 1106,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1097,
"end": 1098,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1108,
"end": 1109,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1112,
"end": 1138,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1116,
"end": 1137,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1116,
"end": 1118,
"ctxt": 0
},
"value": "e4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1121,
"end": 1137,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1121,
"end": 1133,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1125,
"end": 1130,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1125,
"end": 1126,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1129,
"end": 1130,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1122,
"end": 1122,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1132,
"end": 1132,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1136,
"end": 1137,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1139,
"end": 1166,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1143,
"end": 1165,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1143,
"end": 1145,
"ctxt": 0
},
"value": "f4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1148,
"end": 1165,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1148,
"end": 1161,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1153,
"end": 1158,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1153,
"end": 1154,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1157,
"end": 1158,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1149,
"end": 1150,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1160,
"end": 1160,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1164,
"end": 1165,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1167,
"end": 1194,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1171,
"end": 1193,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1171,
"end": 1173,
"ctxt": 0
},
"value": "g4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1176,
"end": 1193,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1176,
"end": 1189,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1180,
"end": 1185,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1180,
"end": 1181,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1184,
"end": 1185,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1177,
"end": 1177,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1187,
"end": 1188,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1192,
"end": 1193,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1195,
"end": 1223,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1199,
"end": 1222,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1199,
"end": 1201,
"ctxt": 0
},
"value": "h4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1204,
"end": 1222,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1204,
"end": 1218,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1209,
"end": 1214,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1209,
"end": 1210,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1213,
"end": 1214,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1205,
"end": 1206,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1216,
"end": 1217,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1221,
"end": 1222,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1224,
"end": 1254,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1228,
"end": 1253,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1228,
"end": 1230,
"ctxt": 0
},
"value": "i4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1233,
"end": 1253,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1233,
"end": 1249,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1233,
"end": 1234,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1237,
"end": 1249,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1241,
"end": 1246,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1241,
"end": 1242,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1245,
"end": 1246,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1238,
"end": 1238,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1248,
"end": 1248,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1252,
"end": 1253,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1255,
"end": 1286,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1259,
"end": 1285,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1259,
"end": 1261,
"ctxt": 0
},
"value": "j4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1264,
"end": 1285,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1264,
"end": 1281,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1264,
"end": 1265,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1268,
"end": 1281,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1273,
"end": 1278,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1273,
"end": 1274,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1277,
"end": 1278,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1269,
"end": 1270,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1280,
"end": 1280,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1284,
"end": 1285,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1287,
"end": 1318,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1291,
"end": 1317,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1291,
"end": 1293,
"ctxt": 0
},
"value": "k4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1296,
"end": 1317,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1296,
"end": 1313,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1296,
"end": 1297,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1300,
"end": 1313,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1304,
"end": 1309,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1304,
"end": 1305,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1308,
"end": 1309,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1301,
"end": 1301,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 1311,
"end": 1312,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1316,
"end": 1317,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1319,
"end": 1351,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1323,
"end": 1350,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1323,
"end": 1325,
"ctxt": 0
},
"value": "l4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1328,
"end": 1350,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1328,
"end": 1346,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1328,
"end": 1329,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1332,
"end": 1346,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1337,
"end": 1342,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1337,
"end": 1338,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1341,
"end": 1342,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1333,
"end": 1334,
"ctxt": 0
},
"tail": false,
"cooked": "2",
"raw": "2"
},
{
"type": "TemplateElement",
"span": {
"start": 1344,
"end": 1345,
"ctxt": 0
},
"tail": true,
"cooked": "5",
"raw": "5"
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1349,
"end": 1350,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
},
"definite": false
}
]
}
],
"interpreter": null
}