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

7908 lines
220 KiB
JSON

{
"type": "Script",
"span": {
"start": 0,
"end": 1350,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 0,
"end": 21,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 4,
"end": 20,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 4,
"end": 5,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 8,
"end": 20,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 8,
"end": 9,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 12,
"end": 20,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 16,
"end": 17,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 13,
"end": 13,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 13,
"end": 13,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 13,
"end": 13,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 19,
"end": 19,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 19,
"end": 19,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 19,
"end": 19,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 22,
"end": 44,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 26,
"end": 43,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 26,
"end": 27,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 30,
"end": 43,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 30,
"end": 31,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 34,
"end": 43,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 39,
"end": 40,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 35,
"end": 36,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 35,
"end": 36,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 35,
"end": 36,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 42,
"end": 42,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 42,
"end": 42,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 42,
"end": 42,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 45,
"end": 67,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 49,
"end": 66,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 49,
"end": 50,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 53,
"end": 66,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 53,
"end": 54,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 57,
"end": 66,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 61,
"end": 62,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 58,
"end": 58,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 58,
"end": 58,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 58,
"end": 58,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 64,
"end": 65,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 64,
"end": 65,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 64,
"end": 65,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 68,
"end": 91,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 72,
"end": 90,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 72,
"end": 73,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 76,
"end": 90,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 76,
"end": 77,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 80,
"end": 90,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 85,
"end": 86,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 81,
"end": 82,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 81,
"end": 82,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 81,
"end": 82,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 88,
"end": 89,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 88,
"end": 89,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 88,
"end": 89,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 92,
"end": 113,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 96,
"end": 112,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 96,
"end": 97,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 100,
"end": 112,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 100,
"end": 108,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 104,
"end": 105,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 101,
"end": 101,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 101,
"end": 101,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 101,
"end": 101,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 107,
"end": 107,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 107,
"end": 107,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 107,
"end": 107,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 111,
"end": 112,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 114,
"end": 136,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 118,
"end": 135,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 118,
"end": 119,
"ctxt": 0
},
"value": "f",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 122,
"end": 135,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 122,
"end": 131,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 127,
"end": 128,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 123,
"end": 124,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 123,
"end": 124,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 123,
"end": 124,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 130,
"end": 130,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 130,
"end": 130,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 130,
"end": 130,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 134,
"end": 135,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 137,
"end": 159,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 141,
"end": 158,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 141,
"end": 142,
"ctxt": 0
},
"value": "g",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 145,
"end": 158,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 145,
"end": 154,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 149,
"end": 150,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 146,
"end": 146,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 146,
"end": 146,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 146,
"end": 146,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 152,
"end": 153,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 152,
"end": 153,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 152,
"end": 153,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 157,
"end": 158,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 160,
"end": 183,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 164,
"end": 182,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 164,
"end": 165,
"ctxt": 0
},
"value": "h",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 168,
"end": 182,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 168,
"end": 178,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 173,
"end": 174,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 169,
"end": 170,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 169,
"end": 170,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 169,
"end": 170,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 176,
"end": 177,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 176,
"end": 177,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 176,
"end": 177,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 181,
"end": 182,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 184,
"end": 209,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 188,
"end": 208,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 188,
"end": 189,
"ctxt": 0
},
"value": "i",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 192,
"end": 208,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 192,
"end": 204,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 192,
"end": 193,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 196,
"end": 204,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 200,
"end": 201,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 197,
"end": 197,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 197,
"end": 197,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 197,
"end": 197,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 203,
"end": 203,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 203,
"end": 203,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 203,
"end": 203,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 207,
"end": 208,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 210,
"end": 236,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 214,
"end": 235,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 214,
"end": 215,
"ctxt": 0
},
"value": "j",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 218,
"end": 235,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 218,
"end": 231,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 218,
"end": 219,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 222,
"end": 231,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 227,
"end": 228,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 223,
"end": 224,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 223,
"end": 224,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 223,
"end": 224,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 230,
"end": 230,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 230,
"end": 230,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 230,
"end": 230,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 234,
"end": 235,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 237,
"end": 263,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 241,
"end": 262,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 241,
"end": 242,
"ctxt": 0
},
"value": "k",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 245,
"end": 262,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 245,
"end": 258,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 245,
"end": 246,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 249,
"end": 258,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 253,
"end": 254,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 250,
"end": 250,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 250,
"end": 250,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 250,
"end": 250,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 256,
"end": 257,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 256,
"end": 257,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 256,
"end": 257,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 261,
"end": 262,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 264,
"end": 291,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 268,
"end": 290,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 268,
"end": 269,
"ctxt": 0
},
"value": "l",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 272,
"end": 290,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 272,
"end": 286,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 272,
"end": 273,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 276,
"end": 286,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 281,
"end": 282,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 277,
"end": 278,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 277,
"end": 278,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 277,
"end": 278,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 284,
"end": 285,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 284,
"end": 285,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 284,
"end": 285,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 289,
"end": 290,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 293,
"end": 319,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 297,
"end": 318,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 297,
"end": 299,
"ctxt": 0
},
"value": "a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 302,
"end": 318,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 302,
"end": 303,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 306,
"end": 318,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 310,
"end": 315,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 310,
"end": 311,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 314,
"end": 315,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 307,
"end": 307,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 307,
"end": 307,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 307,
"end": 307,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 317,
"end": 317,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 317,
"end": 317,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 317,
"end": 317,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 320,
"end": 347,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 324,
"end": 346,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 324,
"end": 326,
"ctxt": 0
},
"value": "b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 329,
"end": 346,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 329,
"end": 330,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 333,
"end": 346,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 338,
"end": 343,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 338,
"end": 339,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 342,
"end": 343,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 334,
"end": 335,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 334,
"end": 335,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 334,
"end": 335,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 345,
"end": 345,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 345,
"end": 345,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 345,
"end": 345,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 348,
"end": 375,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 352,
"end": 374,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 352,
"end": 354,
"ctxt": 0
},
"value": "c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 357,
"end": 374,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 357,
"end": 358,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 361,
"end": 374,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 365,
"end": 370,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 365,
"end": 366,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 369,
"end": 370,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 362,
"end": 362,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 362,
"end": 362,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 362,
"end": 362,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 372,
"end": 373,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 372,
"end": 373,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 372,
"end": 373,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 376,
"end": 404,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 380,
"end": 403,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 380,
"end": 382,
"ctxt": 0
},
"value": "d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 385,
"end": 403,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 385,
"end": 386,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 389,
"end": 403,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 394,
"end": 399,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 394,
"end": 395,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 398,
"end": 399,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 390,
"end": 391,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 390,
"end": 391,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 390,
"end": 391,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 401,
"end": 402,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 401,
"end": 402,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 401,
"end": 402,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 405,
"end": 431,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 409,
"end": 430,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 409,
"end": 411,
"ctxt": 0
},
"value": "e2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 414,
"end": 430,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 414,
"end": 426,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 418,
"end": 423,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 418,
"end": 419,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 422,
"end": 423,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 415,
"end": 415,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 415,
"end": 415,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 415,
"end": 415,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 425,
"end": 425,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 425,
"end": 425,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 425,
"end": 425,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 429,
"end": 430,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 432,
"end": 459,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 436,
"end": 458,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 436,
"end": 438,
"ctxt": 0
},
"value": "f2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 441,
"end": 458,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 441,
"end": 454,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 446,
"end": 451,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 446,
"end": 447,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 450,
"end": 451,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 442,
"end": 443,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 442,
"end": 443,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 442,
"end": 443,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 453,
"end": 453,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 453,
"end": 453,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 453,
"end": 453,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 457,
"end": 458,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 460,
"end": 487,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 464,
"end": 486,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 464,
"end": 466,
"ctxt": 0
},
"value": "g2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 469,
"end": 486,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 469,
"end": 482,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 473,
"end": 478,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 473,
"end": 474,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 477,
"end": 478,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 470,
"end": 470,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 470,
"end": 470,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 470,
"end": 470,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 480,
"end": 481,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 480,
"end": 481,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 480,
"end": 481,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 485,
"end": 486,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 488,
"end": 516,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 492,
"end": 515,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 492,
"end": 494,
"ctxt": 0
},
"value": "h2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 497,
"end": 515,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 497,
"end": 511,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 502,
"end": 507,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 502,
"end": 503,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 506,
"end": 507,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 498,
"end": 499,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 498,
"end": 499,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 498,
"end": 499,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 509,
"end": 510,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 509,
"end": 510,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 509,
"end": 510,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 514,
"end": 515,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 517,
"end": 547,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 521,
"end": 546,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 521,
"end": 523,
"ctxt": 0
},
"value": "i2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 526,
"end": 546,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 526,
"end": 542,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 526,
"end": 527,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 530,
"end": 542,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 534,
"end": 539,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 534,
"end": 535,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 538,
"end": 539,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 531,
"end": 531,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 531,
"end": 531,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 531,
"end": 531,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 541,
"end": 541,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 541,
"end": 541,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 541,
"end": 541,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 545,
"end": 546,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 548,
"end": 579,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 552,
"end": 578,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 552,
"end": 554,
"ctxt": 0
},
"value": "j2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 557,
"end": 578,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 557,
"end": 574,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 557,
"end": 558,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 561,
"end": 574,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 566,
"end": 571,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 566,
"end": 567,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 570,
"end": 571,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 562,
"end": 563,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 562,
"end": 563,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 562,
"end": 563,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 573,
"end": 573,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 573,
"end": 573,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 573,
"end": 573,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 577,
"end": 578,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 580,
"end": 611,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 584,
"end": 610,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 584,
"end": 586,
"ctxt": 0
},
"value": "k2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 589,
"end": 610,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 589,
"end": 606,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 589,
"end": 590,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 593,
"end": 606,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 597,
"end": 602,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 597,
"end": 598,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 601,
"end": 602,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 594,
"end": 594,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 594,
"end": 594,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 594,
"end": 594,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 604,
"end": 605,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 604,
"end": 605,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 604,
"end": 605,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 609,
"end": 610,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 612,
"end": 644,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 616,
"end": 643,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 616,
"end": 618,
"ctxt": 0
},
"value": "l2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 621,
"end": 643,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 621,
"end": 639,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 621,
"end": 622,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 625,
"end": 639,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 630,
"end": 635,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 630,
"end": 631,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 634,
"end": 635,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 626,
"end": 627,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 626,
"end": 627,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 626,
"end": 627,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 637,
"end": 638,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 637,
"end": 638,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 637,
"end": 638,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 642,
"end": 643,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 646,
"end": 672,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 650,
"end": 671,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 650,
"end": 652,
"ctxt": 0
},
"value": "a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 655,
"end": 671,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 655,
"end": 656,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 659,
"end": 671,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 663,
"end": 668,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 663,
"end": 664,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 667,
"end": 668,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 660,
"end": 660,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 660,
"end": 660,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 660,
"end": 660,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 670,
"end": 670,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 670,
"end": 670,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 670,
"end": 670,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 673,
"end": 700,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 677,
"end": 699,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 677,
"end": 679,
"ctxt": 0
},
"value": "b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 682,
"end": 699,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 682,
"end": 683,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 686,
"end": 699,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 691,
"end": 696,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 691,
"end": 692,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 695,
"end": 696,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 687,
"end": 688,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 687,
"end": 688,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 687,
"end": 688,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 698,
"end": 698,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 698,
"end": 698,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 698,
"end": 698,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 701,
"end": 728,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 705,
"end": 727,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 705,
"end": 707,
"ctxt": 0
},
"value": "c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 710,
"end": 727,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 710,
"end": 711,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 714,
"end": 727,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 718,
"end": 723,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 718,
"end": 719,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 722,
"end": 723,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 715,
"end": 715,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 715,
"end": 715,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 715,
"end": 715,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 725,
"end": 726,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 725,
"end": 726,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 725,
"end": 726,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 729,
"end": 757,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 733,
"end": 756,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 733,
"end": 735,
"ctxt": 0
},
"value": "d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 738,
"end": 756,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 738,
"end": 739,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 742,
"end": 756,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 747,
"end": 752,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 747,
"end": 748,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 751,
"end": 752,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 743,
"end": 744,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 743,
"end": 744,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 743,
"end": 744,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 754,
"end": 755,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 754,
"end": 755,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 754,
"end": 755,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 758,
"end": 784,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 762,
"end": 783,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 762,
"end": 764,
"ctxt": 0
},
"value": "e3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 767,
"end": 783,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 767,
"end": 779,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 771,
"end": 776,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 771,
"end": 772,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 775,
"end": 776,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 768,
"end": 768,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 768,
"end": 768,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 768,
"end": 768,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 778,
"end": 778,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 778,
"end": 778,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 778,
"end": 778,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 782,
"end": 783,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 785,
"end": 812,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 789,
"end": 811,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 789,
"end": 791,
"ctxt": 0
},
"value": "f3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 794,
"end": 811,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 794,
"end": 807,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 799,
"end": 804,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 799,
"end": 800,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 803,
"end": 804,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 795,
"end": 796,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 795,
"end": 796,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 795,
"end": 796,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 806,
"end": 806,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 806,
"end": 806,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 806,
"end": 806,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 810,
"end": 811,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 813,
"end": 840,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 817,
"end": 839,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 817,
"end": 819,
"ctxt": 0
},
"value": "g3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 822,
"end": 839,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 822,
"end": 835,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 826,
"end": 831,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 826,
"end": 827,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 830,
"end": 831,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 823,
"end": 823,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 823,
"end": 823,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 823,
"end": 823,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 833,
"end": 834,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 833,
"end": 834,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 833,
"end": 834,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 838,
"end": 839,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 841,
"end": 869,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 845,
"end": 868,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 845,
"end": 847,
"ctxt": 0
},
"value": "h3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 850,
"end": 868,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 850,
"end": 864,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 855,
"end": 860,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 855,
"end": 856,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 859,
"end": 860,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 851,
"end": 852,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 851,
"end": 852,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 851,
"end": 852,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 862,
"end": 863,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 862,
"end": 863,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 862,
"end": 863,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 867,
"end": 868,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 870,
"end": 900,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 874,
"end": 899,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 874,
"end": 876,
"ctxt": 0
},
"value": "i3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 879,
"end": 899,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 879,
"end": 895,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 879,
"end": 880,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 883,
"end": 895,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 887,
"end": 892,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 887,
"end": 888,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 891,
"end": 892,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 884,
"end": 884,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 884,
"end": 884,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 884,
"end": 884,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 894,
"end": 894,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 894,
"end": 894,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 894,
"end": 894,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 898,
"end": 899,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 901,
"end": 932,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 905,
"end": 931,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 905,
"end": 907,
"ctxt": 0
},
"value": "j3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 910,
"end": 931,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 910,
"end": 927,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 910,
"end": 911,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 914,
"end": 927,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 919,
"end": 924,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 919,
"end": 920,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 923,
"end": 924,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 915,
"end": 916,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 915,
"end": 916,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 915,
"end": 916,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 926,
"end": 926,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 926,
"end": 926,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 926,
"end": 926,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 930,
"end": 931,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 933,
"end": 964,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 937,
"end": 963,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 937,
"end": 939,
"ctxt": 0
},
"value": "k3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 942,
"end": 963,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 942,
"end": 959,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 942,
"end": 943,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 946,
"end": 959,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 950,
"end": 955,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 950,
"end": 951,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 954,
"end": 955,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 947,
"end": 947,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 947,
"end": 947,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 947,
"end": 947,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 957,
"end": 958,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 957,
"end": 958,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 957,
"end": 958,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 962,
"end": 963,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 965,
"end": 997,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 969,
"end": 996,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 969,
"end": 971,
"ctxt": 0
},
"value": "l3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 974,
"end": 996,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 974,
"end": 992,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 974,
"end": 975,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 978,
"end": 992,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 983,
"end": 988,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 983,
"end": 984,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 987,
"end": 988,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 979,
"end": 980,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 979,
"end": 980,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 979,
"end": 980,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 990,
"end": 991,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 990,
"end": 991,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 990,
"end": 991,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 995,
"end": 996,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 999,
"end": 1025,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1003,
"end": 1024,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1003,
"end": 1005,
"ctxt": 0
},
"value": "a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1008,
"end": 1024,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1008,
"end": 1009,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1012,
"end": 1024,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1016,
"end": 1021,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1016,
"end": 1017,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1020,
"end": 1021,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1013,
"end": 1013,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1013,
"end": 1013,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1013,
"end": 1013,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1023,
"end": 1023,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1023,
"end": 1023,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1023,
"end": 1023,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1026,
"end": 1053,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1030,
"end": 1052,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1030,
"end": 1032,
"ctxt": 0
},
"value": "b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1035,
"end": 1052,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1035,
"end": 1036,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1039,
"end": 1052,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1044,
"end": 1049,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1044,
"end": 1045,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1048,
"end": 1049,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1040,
"end": 1041,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1040,
"end": 1041,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1040,
"end": 1041,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1051,
"end": 1051,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1051,
"end": 1051,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1051,
"end": 1051,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1054,
"end": 1081,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1058,
"end": 1080,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1058,
"end": 1060,
"ctxt": 0
},
"value": "c4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1063,
"end": 1080,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1063,
"end": 1064,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1067,
"end": 1080,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1071,
"end": 1076,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1071,
"end": 1072,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1075,
"end": 1076,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1068,
"end": 1068,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1068,
"end": 1068,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1068,
"end": 1068,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1078,
"end": 1079,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1078,
"end": 1079,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1078,
"end": 1079,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1082,
"end": 1110,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1086,
"end": 1109,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1086,
"end": 1088,
"ctxt": 0
},
"value": "d4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1091,
"end": 1109,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1091,
"end": 1092,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1095,
"end": 1109,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1100,
"end": 1105,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1100,
"end": 1101,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1104,
"end": 1105,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1096,
"end": 1097,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1096,
"end": 1097,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1096,
"end": 1097,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1107,
"end": 1108,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1107,
"end": 1108,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1107,
"end": 1108,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1111,
"end": 1137,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1115,
"end": 1136,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1115,
"end": 1117,
"ctxt": 0
},
"value": "e4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1120,
"end": 1136,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1120,
"end": 1132,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1124,
"end": 1129,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1124,
"end": 1125,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1128,
"end": 1129,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1121,
"end": 1121,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1121,
"end": 1121,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1121,
"end": 1121,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1131,
"end": 1131,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1131,
"end": 1131,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1131,
"end": 1131,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1135,
"end": 1136,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1138,
"end": 1165,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1142,
"end": 1164,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1142,
"end": 1144,
"ctxt": 0
},
"value": "f4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1147,
"end": 1164,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1147,
"end": 1160,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1152,
"end": 1157,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1152,
"end": 1153,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1156,
"end": 1157,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1148,
"end": 1149,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1148,
"end": 1149,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1148,
"end": 1149,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1159,
"end": 1159,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1159,
"end": 1159,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1159,
"end": 1159,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1163,
"end": 1164,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1166,
"end": 1193,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1170,
"end": 1192,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1170,
"end": 1172,
"ctxt": 0
},
"value": "g4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1175,
"end": 1192,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1175,
"end": 1188,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1179,
"end": 1184,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1179,
"end": 1180,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1183,
"end": 1184,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1176,
"end": 1176,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1176,
"end": 1176,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1176,
"end": 1176,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1186,
"end": 1187,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1186,
"end": 1187,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1186,
"end": 1187,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1191,
"end": 1192,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1194,
"end": 1222,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1198,
"end": 1221,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1198,
"end": 1200,
"ctxt": 0
},
"value": "h4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1203,
"end": 1221,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1203,
"end": 1217,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1208,
"end": 1213,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1208,
"end": 1209,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1212,
"end": 1213,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1204,
"end": 1205,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1204,
"end": 1205,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1204,
"end": 1205,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1215,
"end": 1216,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1215,
"end": 1216,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1215,
"end": 1216,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1220,
"end": 1221,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1223,
"end": 1253,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1227,
"end": 1252,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1227,
"end": 1229,
"ctxt": 0
},
"value": "i4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1232,
"end": 1252,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1232,
"end": 1248,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1232,
"end": 1233,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1236,
"end": 1248,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1240,
"end": 1245,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1240,
"end": 1241,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1244,
"end": 1245,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1237,
"end": 1237,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1237,
"end": 1237,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1237,
"end": 1237,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1247,
"end": 1247,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1247,
"end": 1247,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1247,
"end": 1247,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1251,
"end": 1252,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1254,
"end": 1285,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1258,
"end": 1284,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1258,
"end": 1260,
"ctxt": 0
},
"value": "j4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1263,
"end": 1284,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1263,
"end": 1280,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1263,
"end": 1264,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1267,
"end": 1280,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1272,
"end": 1277,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1272,
"end": 1273,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1276,
"end": 1277,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1268,
"end": 1269,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1268,
"end": 1269,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1268,
"end": 1269,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1279,
"end": 1279,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1279,
"end": 1279,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1279,
"end": 1279,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1283,
"end": 1284,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1286,
"end": 1317,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1290,
"end": 1316,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1290,
"end": 1292,
"ctxt": 0
},
"value": "k4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1295,
"end": 1316,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1295,
"end": 1312,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1295,
"end": 1296,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1299,
"end": 1312,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1303,
"end": 1308,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1303,
"end": 1304,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1307,
"end": 1308,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1300,
"end": 1300,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1300,
"end": 1300,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1300,
"end": 1300,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1310,
"end": 1311,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1310,
"end": 1311,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1310,
"end": 1311,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1315,
"end": 1316,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1318,
"end": 1350,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1322,
"end": 1349,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1322,
"end": 1324,
"ctxt": 0
},
"value": "l4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1327,
"end": 1349,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1327,
"end": 1345,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1327,
"end": 1328,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1331,
"end": 1345,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1336,
"end": 1341,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1336,
"end": 1337,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1340,
"end": 1341,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1332,
"end": 1333,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1332,
"end": 1333,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1332,
"end": 1333,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1343,
"end": 1344,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1343,
"end": 1344,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1343,
"end": 1344,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1348,
"end": 1349,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
}
],
"interpreter": null
}