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

15228 lines
420 KiB
JSON

{
"type": "Script",
"span": {
"start": 16,
"end": 2610,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 16,
"end": 37,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 20,
"end": 36,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 20,
"end": 21,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 24,
"end": 36,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 24,
"end": 25,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 28,
"end": 36,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 32,
"end": 33,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 29,
"end": 29,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 29,
"end": 29,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 29,
"end": 29,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 35,
"end": 35,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 35,
"end": 35,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 35,
"end": 35,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 38,
"end": 60,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 42,
"end": 59,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 42,
"end": 43,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 46,
"end": 59,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 46,
"end": 47,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 50,
"end": 59,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 55,
"end": 56,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 51,
"end": 52,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 51,
"end": 52,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 51,
"end": 52,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 58,
"end": 58,
"ctxt": 0
},
"tail": true,
"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
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 61,
"end": 83,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 65,
"end": 82,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 65,
"end": 66,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 69,
"end": 82,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 69,
"end": 70,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 73,
"end": 82,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 77,
"end": 78,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 74,
"end": 74,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 74,
"end": 74,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 74,
"end": 74,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 80,
"end": 81,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 80,
"end": 81,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 80,
"end": 81,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 84,
"end": 107,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 88,
"end": 106,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 88,
"end": 89,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 92,
"end": 106,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 92,
"end": 93,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 96,
"end": 106,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 101,
"end": 102,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 97,
"end": 98,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 97,
"end": 98,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 97,
"end": 98,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 104,
"end": 105,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 104,
"end": 105,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 104,
"end": 105,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 108,
"end": 129,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 112,
"end": 128,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 112,
"end": 113,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 116,
"end": 128,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 116,
"end": 124,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 120,
"end": 121,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 117,
"end": 117,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 117,
"end": 117,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 117,
"end": 117,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 123,
"end": 123,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 123,
"end": 123,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 123,
"end": 123,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 127,
"end": 128,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 130,
"end": 152,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 134,
"end": 151,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 134,
"end": 135,
"ctxt": 0
},
"value": "f",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 138,
"end": 151,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 138,
"end": 147,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 143,
"end": 144,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 139,
"end": 140,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 139,
"end": 140,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 139,
"end": 140,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 146,
"end": 146,
"ctxt": 0
},
"tail": true,
"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
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 150,
"end": 151,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 153,
"end": 175,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 157,
"end": 174,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 157,
"end": 158,
"ctxt": 0
},
"value": "g",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 161,
"end": 174,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 161,
"end": 170,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 165,
"end": 166,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 162,
"end": 162,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 162,
"end": 162,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 162,
"end": 162,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 168,
"end": 169,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 168,
"end": 169,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 168,
"end": 169,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 173,
"end": 174,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 176,
"end": 199,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 180,
"end": 198,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 180,
"end": 181,
"ctxt": 0
},
"value": "h",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 184,
"end": 198,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 184,
"end": 194,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 189,
"end": 190,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 185,
"end": 186,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 185,
"end": 186,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 185,
"end": 186,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 192,
"end": 193,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 192,
"end": 193,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 192,
"end": 193,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 197,
"end": 198,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 201,
"end": 223,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 205,
"end": 222,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 205,
"end": 207,
"ctxt": 0
},
"value": "a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 210,
"end": 222,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 210,
"end": 211,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 214,
"end": 222,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 218,
"end": 219,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 215,
"end": 215,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 215,
"end": 215,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 215,
"end": 215,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 221,
"end": 221,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 221,
"end": 221,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 221,
"end": 221,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 224,
"end": 247,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 228,
"end": 246,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 228,
"end": 230,
"ctxt": 0
},
"value": "b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 233,
"end": 246,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 233,
"end": 234,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 237,
"end": 246,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 242,
"end": 243,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 238,
"end": 239,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 238,
"end": 239,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 238,
"end": 239,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 245,
"end": 245,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 245,
"end": 245,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 245,
"end": 245,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 248,
"end": 271,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 252,
"end": 270,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 252,
"end": 254,
"ctxt": 0
},
"value": "c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 257,
"end": 270,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 257,
"end": 258,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 261,
"end": 270,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 265,
"end": 266,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 262,
"end": 262,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 262,
"end": 262,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 262,
"end": 262,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 268,
"end": 269,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 268,
"end": 269,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 268,
"end": 269,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 272,
"end": 296,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 276,
"end": 295,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 276,
"end": 278,
"ctxt": 0
},
"value": "d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 281,
"end": 295,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 281,
"end": 282,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 285,
"end": 295,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 290,
"end": 291,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 286,
"end": 287,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 286,
"end": 287,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 286,
"end": 287,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 293,
"end": 294,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 293,
"end": 294,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 293,
"end": 294,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 297,
"end": 319,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 301,
"end": 318,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 301,
"end": 303,
"ctxt": 0
},
"value": "e2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 306,
"end": 318,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 306,
"end": 314,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 310,
"end": 311,
"ctxt": 0
},
"value": 3.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": 313,
"end": 313,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 313,
"end": 313,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 313,
"end": 313,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 317,
"end": 318,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 320,
"end": 343,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 324,
"end": 342,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 324,
"end": 326,
"ctxt": 0
},
"value": "f2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 329,
"end": 342,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 329,
"end": 338,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 334,
"end": 335,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 330,
"end": 331,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 330,
"end": 331,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 330,
"end": 331,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 337,
"end": 337,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 337,
"end": 337,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 337,
"end": 337,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 341,
"end": 342,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 344,
"end": 367,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 348,
"end": 366,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 348,
"end": 350,
"ctxt": 0
},
"value": "g2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 353,
"end": 366,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 353,
"end": 362,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 357,
"end": 358,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 354,
"end": 354,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 354,
"end": 354,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 354,
"end": 354,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 360,
"end": 361,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 360,
"end": 361,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 360,
"end": 361,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 365,
"end": 366,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 368,
"end": 392,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 372,
"end": 391,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 372,
"end": 374,
"ctxt": 0
},
"value": "h2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 377,
"end": 391,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 377,
"end": 387,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 382,
"end": 383,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 378,
"end": 379,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 378,
"end": 379,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 378,
"end": 379,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 385,
"end": 386,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 385,
"end": 386,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 385,
"end": 386,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 390,
"end": 391,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 394,
"end": 416,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 398,
"end": 415,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 398,
"end": 400,
"ctxt": 0
},
"value": "a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 403,
"end": 415,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 403,
"end": 404,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 407,
"end": 415,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 411,
"end": 412,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 408,
"end": 408,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 408,
"end": 408,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 408,
"end": 408,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 414,
"end": 414,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 414,
"end": 414,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 414,
"end": 414,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 417,
"end": 440,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 421,
"end": 439,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 421,
"end": 423,
"ctxt": 0
},
"value": "b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 426,
"end": 439,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 426,
"end": 427,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 430,
"end": 439,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 435,
"end": 436,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 431,
"end": 432,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 431,
"end": 432,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 431,
"end": 432,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 438,
"end": 438,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 438,
"end": 438,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 438,
"end": 438,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 441,
"end": 464,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 445,
"end": 463,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 445,
"end": 447,
"ctxt": 0
},
"value": "c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 450,
"end": 463,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 450,
"end": 451,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 454,
"end": 463,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 458,
"end": 459,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 455,
"end": 455,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 455,
"end": 455,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 455,
"end": 455,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 461,
"end": 462,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 461,
"end": 462,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 461,
"end": 462,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 465,
"end": 489,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 469,
"end": 488,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 469,
"end": 471,
"ctxt": 0
},
"value": "d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 474,
"end": 488,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 474,
"end": 475,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 478,
"end": 488,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 483,
"end": 484,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 479,
"end": 480,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 479,
"end": 480,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 479,
"end": 480,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 486,
"end": 487,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 486,
"end": 487,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 486,
"end": 487,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 490,
"end": 512,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 494,
"end": 511,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 494,
"end": 496,
"ctxt": 0
},
"value": "e3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 499,
"end": 511,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 499,
"end": 507,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 503,
"end": 504,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 500,
"end": 500,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 500,
"end": 500,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 500,
"end": 500,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 506,
"end": 506,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 506,
"end": 506,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 506,
"end": 506,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 510,
"end": 511,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 513,
"end": 536,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 517,
"end": 535,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 517,
"end": 519,
"ctxt": 0
},
"value": "f3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 522,
"end": 535,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 522,
"end": 531,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 527,
"end": 528,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 523,
"end": 524,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 523,
"end": 524,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 523,
"end": 524,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 530,
"end": 530,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 530,
"end": 530,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 530,
"end": 530,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 534,
"end": 535,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 537,
"end": 560,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 541,
"end": 559,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 541,
"end": 543,
"ctxt": 0
},
"value": "g3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 546,
"end": 559,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 546,
"end": 555,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 550,
"end": 551,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 547,
"end": 547,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 547,
"end": 547,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 547,
"end": 547,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 553,
"end": 554,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 553,
"end": 554,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 553,
"end": 554,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 558,
"end": 559,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 561,
"end": 585,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 565,
"end": 584,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 565,
"end": 567,
"ctxt": 0
},
"value": "h3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 570,
"end": 584,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 570,
"end": 580,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 575,
"end": 576,
"ctxt": 0
},
"value": 3.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 571,
"end": 572,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 571,
"end": 572,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 571,
"end": 572,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 578,
"end": 579,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 578,
"end": 579,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 578,
"end": 579,
"ctxt": 0
},
"value": "4",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 583,
"end": 584,
"ctxt": 0
},
"value": 5.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 587,
"end": 613,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 591,
"end": 612,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 591,
"end": 593,
"ctxt": 0
},
"value": "a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 596,
"end": 612,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 596,
"end": 597,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 600,
"end": 612,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 604,
"end": 609,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 604,
"end": 605,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 608,
"end": 609,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 601,
"end": 601,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 601,
"end": 601,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 601,
"end": 601,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 611,
"end": 611,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 611,
"end": 611,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 611,
"end": 611,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 614,
"end": 641,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 618,
"end": 640,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 618,
"end": 620,
"ctxt": 0
},
"value": "b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 623,
"end": 640,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 623,
"end": 624,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 627,
"end": 640,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 632,
"end": 637,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 632,
"end": 633,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 636,
"end": 637,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 628,
"end": 629,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 628,
"end": 629,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 628,
"end": 629,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 639,
"end": 639,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 639,
"end": 639,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 639,
"end": 639,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 642,
"end": 669,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 646,
"end": 668,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 646,
"end": 648,
"ctxt": 0
},
"value": "c4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 651,
"end": 668,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 651,
"end": 652,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 655,
"end": 668,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 659,
"end": 664,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 659,
"end": 660,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 663,
"end": 664,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 656,
"end": 656,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 656,
"end": 656,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 656,
"end": 656,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 666,
"end": 667,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 666,
"end": 667,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 666,
"end": 667,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 670,
"end": 698,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 674,
"end": 697,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 674,
"end": 676,
"ctxt": 0
},
"value": "d4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 679,
"end": 697,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 679,
"end": 680,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 683,
"end": 697,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 688,
"end": 693,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 688,
"end": 689,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 692,
"end": 693,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 684,
"end": 685,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 684,
"end": 685,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 684,
"end": 685,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 695,
"end": 696,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 695,
"end": 696,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 695,
"end": 696,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 699,
"end": 725,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 703,
"end": 724,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 703,
"end": 705,
"ctxt": 0
},
"value": "e4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 708,
"end": 724,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 708,
"end": 720,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 712,
"end": 717,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 712,
"end": 713,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 716,
"end": 717,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 709,
"end": 709,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 709,
"end": 709,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 709,
"end": 709,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 719,
"end": 719,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 719,
"end": 719,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 719,
"end": 719,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 723,
"end": 724,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 726,
"end": 753,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 730,
"end": 752,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 730,
"end": 732,
"ctxt": 0
},
"value": "f4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 735,
"end": 752,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 735,
"end": 748,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 740,
"end": 745,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 740,
"end": 741,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 744,
"end": 745,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 736,
"end": 737,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 736,
"end": 737,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 736,
"end": 737,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 747,
"end": 747,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 747,
"end": 747,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 747,
"end": 747,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 751,
"end": 752,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 754,
"end": 781,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 758,
"end": 780,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 758,
"end": 760,
"ctxt": 0
},
"value": "g4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 763,
"end": 780,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 763,
"end": 776,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 767,
"end": 772,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 767,
"end": 768,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 771,
"end": 772,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 764,
"end": 764,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 764,
"end": 764,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 764,
"end": 764,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 774,
"end": 775,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 774,
"end": 775,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 774,
"end": 775,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 779,
"end": 780,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 782,
"end": 810,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 786,
"end": 809,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 786,
"end": 788,
"ctxt": 0
},
"value": "h4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 791,
"end": 809,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 791,
"end": 805,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 796,
"end": 801,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 796,
"end": 797,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 800,
"end": 801,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 792,
"end": 793,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 792,
"end": 793,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 792,
"end": 793,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 803,
"end": 804,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 803,
"end": 804,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 803,
"end": 804,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 808,
"end": 809,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 812,
"end": 838,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 816,
"end": 837,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 816,
"end": 818,
"ctxt": 0
},
"value": "a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 821,
"end": 837,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 821,
"end": 822,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 825,
"end": 837,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 829,
"end": 834,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 829,
"end": 830,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 833,
"end": 834,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 826,
"end": 826,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 826,
"end": 826,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 826,
"end": 826,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 836,
"end": 836,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 836,
"end": 836,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 836,
"end": 836,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 839,
"end": 866,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 843,
"end": 865,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 843,
"end": 845,
"ctxt": 0
},
"value": "b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 848,
"end": 865,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 848,
"end": 849,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 852,
"end": 865,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 857,
"end": 862,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 857,
"end": 858,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 861,
"end": 862,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 853,
"end": 854,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 853,
"end": 854,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 853,
"end": 854,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 864,
"end": 864,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 864,
"end": 864,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 864,
"end": 864,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 867,
"end": 894,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 871,
"end": 893,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 871,
"end": 873,
"ctxt": 0
},
"value": "c5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 876,
"end": 893,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 876,
"end": 877,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 880,
"end": 893,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 884,
"end": 889,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 884,
"end": 885,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 888,
"end": 889,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 881,
"end": 881,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 881,
"end": 881,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 881,
"end": 881,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 891,
"end": 892,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 891,
"end": 892,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 891,
"end": 892,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 895,
"end": 923,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 899,
"end": 922,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 899,
"end": 901,
"ctxt": 0
},
"value": "d5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 904,
"end": 922,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 904,
"end": 905,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 908,
"end": 922,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 913,
"end": 918,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 913,
"end": 914,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 917,
"end": 918,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 909,
"end": 910,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 909,
"end": 910,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 909,
"end": 910,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 920,
"end": 921,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 920,
"end": 921,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 920,
"end": 921,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 924,
"end": 950,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 928,
"end": 949,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 928,
"end": 930,
"ctxt": 0
},
"value": "e5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 933,
"end": 949,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 933,
"end": 945,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 937,
"end": 942,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 937,
"end": 938,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 941,
"end": 942,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 934,
"end": 934,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 934,
"end": 934,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 934,
"end": 934,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 944,
"end": 944,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 944,
"end": 944,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 944,
"end": 944,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 948,
"end": 949,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 951,
"end": 978,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 955,
"end": 977,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 955,
"end": 957,
"ctxt": 0
},
"value": "f5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 960,
"end": 977,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 960,
"end": 973,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 965,
"end": 970,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 965,
"end": 966,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 969,
"end": 970,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 961,
"end": 962,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 961,
"end": 962,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 961,
"end": 962,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 972,
"end": 972,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 972,
"end": 972,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 972,
"end": 972,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 976,
"end": 977,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 979,
"end": 1006,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 983,
"end": 1005,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 983,
"end": 985,
"ctxt": 0
},
"value": "g5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 988,
"end": 1005,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 988,
"end": 1001,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 992,
"end": 997,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 992,
"end": 993,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 996,
"end": 997,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 989,
"end": 989,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 989,
"end": 989,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 989,
"end": 989,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 999,
"end": 1000,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 999,
"end": 1000,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 999,
"end": 1000,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1004,
"end": 1005,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1007,
"end": 1035,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1011,
"end": 1034,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1011,
"end": 1013,
"ctxt": 0
},
"value": "h5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1016,
"end": 1034,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1016,
"end": 1030,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1021,
"end": 1026,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1021,
"end": 1022,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1025,
"end": 1026,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1017,
"end": 1018,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1017,
"end": 1018,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1017,
"end": 1018,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1028,
"end": 1029,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1028,
"end": 1029,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1028,
"end": 1029,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1033,
"end": 1034,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1037,
"end": 1063,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1041,
"end": 1062,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1041,
"end": 1043,
"ctxt": 0
},
"value": "a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1046,
"end": 1062,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1046,
"end": 1047,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1050,
"end": 1062,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1054,
"end": 1059,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1054,
"end": 1055,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1058,
"end": 1059,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1051,
"end": 1051,
"ctxt": 0
},
"tail": false,
"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
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1061,
"end": 1061,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1061,
"end": 1061,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1061,
"end": 1061,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1064,
"end": 1091,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1068,
"end": 1090,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1068,
"end": 1070,
"ctxt": 0
},
"value": "b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1073,
"end": 1090,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1073,
"end": 1074,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1077,
"end": 1090,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1082,
"end": 1087,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1082,
"end": 1083,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1086,
"end": 1087,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1078,
"end": 1079,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1078,
"end": 1079,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1078,
"end": 1079,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1089,
"end": 1089,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1089,
"end": 1089,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1089,
"end": 1089,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1092,
"end": 1119,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1096,
"end": 1118,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1096,
"end": 1098,
"ctxt": 0
},
"value": "c6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1101,
"end": 1118,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1101,
"end": 1102,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1105,
"end": 1118,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1109,
"end": 1114,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1109,
"end": 1110,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1113,
"end": 1114,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1106,
"end": 1106,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1106,
"end": 1106,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1106,
"end": 1106,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1116,
"end": 1117,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1116,
"end": 1117,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1116,
"end": 1117,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1120,
"end": 1148,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1124,
"end": 1147,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1124,
"end": 1126,
"ctxt": 0
},
"value": "d6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1129,
"end": 1147,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1129,
"end": 1130,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1133,
"end": 1147,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1138,
"end": 1143,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1138,
"end": 1139,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1142,
"end": 1143,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1134,
"end": 1135,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1134,
"end": 1135,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1134,
"end": 1135,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1145,
"end": 1146,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1145,
"end": 1146,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1145,
"end": 1146,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1149,
"end": 1175,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1153,
"end": 1174,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1153,
"end": 1155,
"ctxt": 0
},
"value": "e6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1158,
"end": 1174,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1158,
"end": 1170,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1162,
"end": 1167,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1162,
"end": 1163,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1166,
"end": 1167,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1159,
"end": 1159,
"ctxt": 0
},
"tail": false,
"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
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1169,
"end": 1169,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1169,
"end": 1169,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1169,
"end": 1169,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1173,
"end": 1174,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1176,
"end": 1203,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1180,
"end": 1202,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1180,
"end": 1182,
"ctxt": 0
},
"value": "f6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1185,
"end": 1202,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1185,
"end": 1198,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1190,
"end": 1195,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1190,
"end": 1191,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1194,
"end": 1195,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1186,
"end": 1187,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1186,
"end": 1187,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1186,
"end": 1187,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1197,
"end": 1197,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1197,
"end": 1197,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1197,
"end": 1197,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1201,
"end": 1202,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1204,
"end": 1231,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1208,
"end": 1230,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1208,
"end": 1210,
"ctxt": 0
},
"value": "g6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1213,
"end": 1230,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1213,
"end": 1226,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1217,
"end": 1222,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1217,
"end": 1218,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1221,
"end": 1222,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1214,
"end": 1214,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1214,
"end": 1214,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1214,
"end": 1214,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1224,
"end": 1225,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1224,
"end": 1225,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1224,
"end": 1225,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1229,
"end": 1230,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1232,
"end": 1260,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1236,
"end": 1259,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1236,
"end": 1238,
"ctxt": 0
},
"value": "h6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1241,
"end": 1259,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1241,
"end": 1255,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1246,
"end": 1251,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1246,
"end": 1247,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1250,
"end": 1251,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1242,
"end": 1243,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1242,
"end": 1243,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1242,
"end": 1243,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1253,
"end": 1254,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1253,
"end": 1254,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1253,
"end": 1254,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1258,
"end": 1259,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1262,
"end": 1288,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1266,
"end": 1287,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1266,
"end": 1268,
"ctxt": 0
},
"value": "a7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1271,
"end": 1287,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1271,
"end": 1272,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1275,
"end": 1287,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1279,
"end": 1284,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1279,
"end": 1280,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1283,
"end": 1284,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1276,
"end": 1276,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1276,
"end": 1276,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1276,
"end": 1276,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1286,
"end": 1286,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1286,
"end": 1286,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1286,
"end": 1286,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1289,
"end": 1316,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1293,
"end": 1315,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1293,
"end": 1295,
"ctxt": 0
},
"value": "b7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1298,
"end": 1315,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1298,
"end": 1299,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1302,
"end": 1315,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1307,
"end": 1312,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1307,
"end": 1308,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1311,
"end": 1312,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1303,
"end": 1304,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1303,
"end": 1304,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1303,
"end": 1304,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1314,
"end": 1314,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1314,
"end": 1314,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1314,
"end": 1314,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1317,
"end": 1344,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1321,
"end": 1343,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1321,
"end": 1323,
"ctxt": 0
},
"value": "c7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1326,
"end": 1343,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1326,
"end": 1327,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1330,
"end": 1343,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1334,
"end": 1339,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1334,
"end": 1335,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1338,
"end": 1339,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1331,
"end": 1331,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1331,
"end": 1331,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1331,
"end": 1331,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1341,
"end": 1342,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1341,
"end": 1342,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1341,
"end": 1342,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1345,
"end": 1373,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1349,
"end": 1372,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1349,
"end": 1351,
"ctxt": 0
},
"value": "d7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1354,
"end": 1372,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1354,
"end": 1355,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1358,
"end": 1372,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1363,
"end": 1368,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1363,
"end": 1364,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1367,
"end": 1368,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1359,
"end": 1360,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1359,
"end": 1360,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1359,
"end": 1360,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1370,
"end": 1371,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1370,
"end": 1371,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1370,
"end": 1371,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1374,
"end": 1400,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1378,
"end": 1399,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1378,
"end": 1380,
"ctxt": 0
},
"value": "e7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1383,
"end": 1399,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1383,
"end": 1395,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1387,
"end": 1392,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1387,
"end": 1388,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1391,
"end": 1392,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1384,
"end": 1384,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1384,
"end": 1384,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1384,
"end": 1384,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1394,
"end": 1394,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1394,
"end": 1394,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1394,
"end": 1394,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1398,
"end": 1399,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1401,
"end": 1428,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1405,
"end": 1427,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1405,
"end": 1407,
"ctxt": 0
},
"value": "f7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1410,
"end": 1427,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1410,
"end": 1423,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1415,
"end": 1420,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1415,
"end": 1416,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1419,
"end": 1420,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1411,
"end": 1412,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1411,
"end": 1412,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1411,
"end": 1412,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1422,
"end": 1422,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1422,
"end": 1422,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1422,
"end": 1422,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1426,
"end": 1427,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1429,
"end": 1456,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1433,
"end": 1455,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1433,
"end": 1435,
"ctxt": 0
},
"value": "g7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1438,
"end": 1455,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1438,
"end": 1451,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1442,
"end": 1447,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1442,
"end": 1443,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1446,
"end": 1447,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1439,
"end": 1439,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1439,
"end": 1439,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1439,
"end": 1439,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1449,
"end": 1450,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1449,
"end": 1450,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1449,
"end": 1450,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1454,
"end": 1455,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1457,
"end": 1485,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1461,
"end": 1484,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1461,
"end": 1463,
"ctxt": 0
},
"value": "h7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1466,
"end": 1484,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1466,
"end": 1480,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1471,
"end": 1476,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1471,
"end": 1472,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1475,
"end": 1476,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1467,
"end": 1468,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1467,
"end": 1468,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1467,
"end": 1468,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1478,
"end": 1479,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1478,
"end": 1479,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1478,
"end": 1479,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1483,
"end": 1484,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1487,
"end": 1513,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1491,
"end": 1512,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1491,
"end": 1493,
"ctxt": 0
},
"value": "a8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1496,
"end": 1512,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1496,
"end": 1497,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1500,
"end": 1512,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1504,
"end": 1509,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1504,
"end": 1505,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1508,
"end": 1509,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1501,
"end": 1501,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1501,
"end": 1501,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1501,
"end": 1501,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1511,
"end": 1511,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1511,
"end": 1511,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1511,
"end": 1511,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1514,
"end": 1541,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1518,
"end": 1540,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1518,
"end": 1520,
"ctxt": 0
},
"value": "b8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1523,
"end": 1540,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1523,
"end": 1524,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1527,
"end": 1540,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1532,
"end": 1537,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1532,
"end": 1533,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1536,
"end": 1537,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1528,
"end": 1529,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1528,
"end": 1529,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1528,
"end": 1529,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1539,
"end": 1539,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1539,
"end": 1539,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1539,
"end": 1539,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1542,
"end": 1569,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1546,
"end": 1568,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1546,
"end": 1548,
"ctxt": 0
},
"value": "c8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1551,
"end": 1568,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1551,
"end": 1552,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1555,
"end": 1568,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1559,
"end": 1564,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1559,
"end": 1560,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1563,
"end": 1564,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1556,
"end": 1556,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1556,
"end": 1556,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1556,
"end": 1556,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1566,
"end": 1567,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1566,
"end": 1567,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1566,
"end": 1567,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1570,
"end": 1598,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1574,
"end": 1597,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1574,
"end": 1576,
"ctxt": 0
},
"value": "d8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1579,
"end": 1597,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1579,
"end": 1580,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1583,
"end": 1597,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1588,
"end": 1593,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1588,
"end": 1589,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1592,
"end": 1593,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1584,
"end": 1585,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1584,
"end": 1585,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1584,
"end": 1585,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1595,
"end": 1596,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1595,
"end": 1596,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1595,
"end": 1596,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1599,
"end": 1625,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1603,
"end": 1624,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1603,
"end": 1605,
"ctxt": 0
},
"value": "e8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1608,
"end": 1624,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1608,
"end": 1620,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1612,
"end": 1617,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1612,
"end": 1613,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1616,
"end": 1617,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1609,
"end": 1609,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1609,
"end": 1609,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1609,
"end": 1609,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1619,
"end": 1619,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1619,
"end": 1619,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1619,
"end": 1619,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1623,
"end": 1624,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1626,
"end": 1653,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1630,
"end": 1652,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1630,
"end": 1632,
"ctxt": 0
},
"value": "f8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1635,
"end": 1652,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1635,
"end": 1648,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1640,
"end": 1645,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1640,
"end": 1641,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1644,
"end": 1645,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1636,
"end": 1637,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1636,
"end": 1637,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1636,
"end": 1637,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1647,
"end": 1647,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1647,
"end": 1647,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1647,
"end": 1647,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1651,
"end": 1652,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1654,
"end": 1681,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1658,
"end": 1680,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1658,
"end": 1660,
"ctxt": 0
},
"value": "g8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1663,
"end": 1680,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1663,
"end": 1676,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1667,
"end": 1672,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1667,
"end": 1668,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1671,
"end": 1672,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1664,
"end": 1664,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1664,
"end": 1664,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1664,
"end": 1664,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1674,
"end": 1675,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1674,
"end": 1675,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1674,
"end": 1675,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1679,
"end": 1680,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1682,
"end": 1710,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1686,
"end": 1709,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1686,
"end": 1688,
"ctxt": 0
},
"value": "h8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1691,
"end": 1709,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1691,
"end": 1705,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1696,
"end": 1701,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1696,
"end": 1697,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1700,
"end": 1701,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1692,
"end": 1693,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1692,
"end": 1693,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1692,
"end": 1693,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1703,
"end": 1704,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1703,
"end": 1704,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1703,
"end": 1704,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1708,
"end": 1709,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1712,
"end": 1738,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1716,
"end": 1737,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1716,
"end": 1718,
"ctxt": 0
},
"value": "a9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1721,
"end": 1737,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1721,
"end": 1722,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1725,
"end": 1737,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1729,
"end": 1734,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1729,
"end": 1730,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1733,
"end": 1734,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1726,
"end": 1726,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1726,
"end": 1726,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1726,
"end": 1726,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1736,
"end": 1736,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1736,
"end": 1736,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1736,
"end": 1736,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1739,
"end": 1766,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1743,
"end": 1765,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1743,
"end": 1745,
"ctxt": 0
},
"value": "b9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1748,
"end": 1765,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1748,
"end": 1749,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1752,
"end": 1765,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1757,
"end": 1762,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1757,
"end": 1758,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1761,
"end": 1762,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1753,
"end": 1754,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1753,
"end": 1754,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1753,
"end": 1754,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1764,
"end": 1764,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1764,
"end": 1764,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1764,
"end": 1764,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1767,
"end": 1794,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1771,
"end": 1793,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1771,
"end": 1773,
"ctxt": 0
},
"value": "c9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1776,
"end": 1793,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1776,
"end": 1777,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1780,
"end": 1793,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1784,
"end": 1789,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1784,
"end": 1785,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1788,
"end": 1789,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1781,
"end": 1781,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1781,
"end": 1781,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1781,
"end": 1781,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1791,
"end": 1792,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1791,
"end": 1792,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1791,
"end": 1792,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1795,
"end": 1823,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1799,
"end": 1822,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1799,
"end": 1801,
"ctxt": 0
},
"value": "d9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1804,
"end": 1822,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1804,
"end": 1805,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1808,
"end": 1822,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1813,
"end": 1818,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1813,
"end": 1814,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1817,
"end": 1818,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1809,
"end": 1810,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1809,
"end": 1810,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1809,
"end": 1810,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1820,
"end": 1821,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1820,
"end": 1821,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1820,
"end": 1821,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1824,
"end": 1850,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1828,
"end": 1849,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1828,
"end": 1830,
"ctxt": 0
},
"value": "e9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1833,
"end": 1849,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1833,
"end": 1845,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1837,
"end": 1842,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1837,
"end": 1838,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1841,
"end": 1842,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1834,
"end": 1834,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1834,
"end": 1834,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1834,
"end": 1834,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1844,
"end": 1844,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1844,
"end": 1844,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1844,
"end": 1844,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1848,
"end": 1849,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1851,
"end": 1878,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1855,
"end": 1877,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1855,
"end": 1857,
"ctxt": 0
},
"value": "f9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1860,
"end": 1877,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1860,
"end": 1873,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1865,
"end": 1870,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1865,
"end": 1866,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1869,
"end": 1870,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1861,
"end": 1862,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1861,
"end": 1862,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1861,
"end": 1862,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1872,
"end": 1872,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1872,
"end": 1872,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1872,
"end": 1872,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1876,
"end": 1877,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1879,
"end": 1906,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1883,
"end": 1905,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1883,
"end": 1885,
"ctxt": 0
},
"value": "g9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1888,
"end": 1905,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1888,
"end": 1901,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1892,
"end": 1897,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1892,
"end": 1893,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1896,
"end": 1897,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1889,
"end": 1889,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1889,
"end": 1889,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1889,
"end": 1889,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1899,
"end": 1900,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1899,
"end": 1900,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1899,
"end": 1900,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1904,
"end": 1905,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1907,
"end": 1935,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1911,
"end": 1934,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1911,
"end": 1913,
"ctxt": 0
},
"value": "h9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1916,
"end": 1934,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 1916,
"end": 1930,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1921,
"end": 1926,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1921,
"end": 1922,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1925,
"end": 1926,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1917,
"end": 1918,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1917,
"end": 1918,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1917,
"end": 1918,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1928,
"end": 1929,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1928,
"end": 1929,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1928,
"end": 1929,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1933,
"end": 1934,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1937,
"end": 1963,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1941,
"end": 1962,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1941,
"end": 1943,
"ctxt": 0
},
"value": "aa",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1946,
"end": 1962,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1946,
"end": 1947,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1950,
"end": 1962,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1954,
"end": 1959,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1954,
"end": 1955,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1958,
"end": 1959,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1951,
"end": 1951,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1951,
"end": 1951,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1951,
"end": 1951,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1961,
"end": 1961,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1961,
"end": 1961,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1961,
"end": 1961,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1964,
"end": 1991,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1968,
"end": 1990,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1968,
"end": 1970,
"ctxt": 0
},
"value": "ba",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1973,
"end": 1990,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1973,
"end": 1974,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 1977,
"end": 1990,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 1982,
"end": 1987,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1982,
"end": 1983,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1986,
"end": 1987,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1978,
"end": 1979,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1978,
"end": 1979,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1978,
"end": 1979,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 1989,
"end": 1989,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 1989,
"end": 1989,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 1989,
"end": 1989,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1992,
"end": 2019,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1996,
"end": 2018,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1996,
"end": 1998,
"ctxt": 0
},
"value": "ca",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2001,
"end": 2018,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2001,
"end": 2002,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2005,
"end": 2018,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2009,
"end": 2014,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2009,
"end": 2010,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2013,
"end": 2014,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2006,
"end": 2006,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2006,
"end": 2006,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2006,
"end": 2006,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2016,
"end": 2017,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2016,
"end": 2017,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2016,
"end": 2017,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2020,
"end": 2048,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2024,
"end": 2047,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2024,
"end": 2026,
"ctxt": 0
},
"value": "da",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2029,
"end": 2047,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2029,
"end": 2030,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2033,
"end": 2047,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2038,
"end": 2043,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2038,
"end": 2039,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2042,
"end": 2043,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2034,
"end": 2035,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2034,
"end": 2035,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2034,
"end": 2035,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2045,
"end": 2046,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2045,
"end": 2046,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2045,
"end": 2046,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2049,
"end": 2075,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2053,
"end": 2074,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2053,
"end": 2055,
"ctxt": 0
},
"value": "ea",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2058,
"end": 2074,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2058,
"end": 2070,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2062,
"end": 2067,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2062,
"end": 2063,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2066,
"end": 2067,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2059,
"end": 2059,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2059,
"end": 2059,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2059,
"end": 2059,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2069,
"end": 2069,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2069,
"end": 2069,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2069,
"end": 2069,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2073,
"end": 2074,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2076,
"end": 2103,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2080,
"end": 2102,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2080,
"end": 2082,
"ctxt": 0
},
"value": "fa",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2085,
"end": 2102,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2085,
"end": 2098,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2090,
"end": 2095,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2090,
"end": 2091,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2094,
"end": 2095,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2086,
"end": 2087,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2086,
"end": 2087,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2086,
"end": 2087,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2097,
"end": 2097,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2097,
"end": 2097,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2097,
"end": 2097,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2101,
"end": 2102,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2104,
"end": 2131,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2108,
"end": 2130,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2108,
"end": 2110,
"ctxt": 0
},
"value": "ga",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2113,
"end": 2130,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2113,
"end": 2126,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2117,
"end": 2122,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2117,
"end": 2118,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2121,
"end": 2122,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2114,
"end": 2114,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2114,
"end": 2114,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2114,
"end": 2114,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2124,
"end": 2125,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2124,
"end": 2125,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2124,
"end": 2125,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2129,
"end": 2130,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2132,
"end": 2160,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2136,
"end": 2159,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2136,
"end": 2138,
"ctxt": 0
},
"value": "ha",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2141,
"end": 2159,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2141,
"end": 2155,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2146,
"end": 2151,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2146,
"end": 2147,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2150,
"end": 2151,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2142,
"end": 2143,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2142,
"end": 2143,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2142,
"end": 2143,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2153,
"end": 2154,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2153,
"end": 2154,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2153,
"end": 2154,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2158,
"end": 2159,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2162,
"end": 2188,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2166,
"end": 2187,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2166,
"end": 2168,
"ctxt": 0
},
"value": "ab",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2171,
"end": 2187,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2171,
"end": 2172,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2175,
"end": 2187,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2179,
"end": 2184,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2179,
"end": 2180,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2183,
"end": 2184,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2176,
"end": 2176,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2176,
"end": 2176,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2176,
"end": 2176,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2186,
"end": 2186,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2186,
"end": 2186,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2186,
"end": 2186,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2189,
"end": 2216,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2193,
"end": 2215,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2193,
"end": 2195,
"ctxt": 0
},
"value": "bb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2198,
"end": 2215,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2198,
"end": 2199,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2202,
"end": 2215,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2207,
"end": 2212,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2207,
"end": 2208,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2211,
"end": 2212,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2203,
"end": 2204,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2203,
"end": 2204,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2203,
"end": 2204,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2214,
"end": 2214,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2214,
"end": 2214,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2214,
"end": 2214,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2217,
"end": 2244,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2221,
"end": 2243,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2221,
"end": 2223,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2226,
"end": 2243,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2226,
"end": 2227,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2230,
"end": 2243,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2234,
"end": 2239,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2234,
"end": 2235,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2238,
"end": 2239,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2231,
"end": 2231,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2231,
"end": 2231,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2231,
"end": 2231,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2241,
"end": 2242,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2241,
"end": 2242,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2241,
"end": 2242,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2245,
"end": 2273,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2249,
"end": 2272,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2249,
"end": 2251,
"ctxt": 0
},
"value": "db",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2254,
"end": 2272,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2254,
"end": 2255,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2258,
"end": 2272,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2263,
"end": 2268,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2263,
"end": 2264,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2267,
"end": 2268,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2259,
"end": 2260,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2259,
"end": 2260,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2259,
"end": 2260,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2270,
"end": 2271,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2270,
"end": 2271,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2270,
"end": 2271,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2274,
"end": 2300,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2278,
"end": 2299,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2278,
"end": 2280,
"ctxt": 0
},
"value": "eb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2283,
"end": 2299,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2283,
"end": 2295,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2287,
"end": 2292,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2287,
"end": 2288,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2291,
"end": 2292,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2284,
"end": 2284,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2284,
"end": 2284,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2284,
"end": 2284,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2294,
"end": 2294,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2294,
"end": 2294,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2294,
"end": 2294,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2298,
"end": 2299,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2301,
"end": 2328,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2305,
"end": 2327,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2305,
"end": 2307,
"ctxt": 0
},
"value": "fb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2310,
"end": 2327,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2310,
"end": 2323,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2315,
"end": 2320,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2315,
"end": 2316,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2319,
"end": 2320,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2311,
"end": 2312,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2311,
"end": 2312,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2311,
"end": 2312,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2322,
"end": 2322,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2322,
"end": 2322,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2322,
"end": 2322,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2326,
"end": 2327,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2329,
"end": 2356,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2333,
"end": 2355,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2333,
"end": 2335,
"ctxt": 0
},
"value": "gb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2338,
"end": 2355,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2338,
"end": 2351,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2342,
"end": 2347,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2342,
"end": 2343,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2346,
"end": 2347,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2339,
"end": 2339,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2339,
"end": 2339,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2339,
"end": 2339,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2349,
"end": 2350,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2349,
"end": 2350,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2349,
"end": 2350,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2354,
"end": 2355,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2357,
"end": 2385,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2361,
"end": 2384,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2361,
"end": 2363,
"ctxt": 0
},
"value": "hb",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2366,
"end": 2384,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2366,
"end": 2380,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2371,
"end": 2376,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2371,
"end": 2372,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2375,
"end": 2376,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2367,
"end": 2368,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2367,
"end": 2368,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2367,
"end": 2368,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2378,
"end": 2379,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2378,
"end": 2379,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2378,
"end": 2379,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2383,
"end": 2384,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2387,
"end": 2413,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2391,
"end": 2412,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2391,
"end": 2393,
"ctxt": 0
},
"value": "ac",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2396,
"end": 2412,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2396,
"end": 2397,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2400,
"end": 2412,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2404,
"end": 2409,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2404,
"end": 2405,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2408,
"end": 2409,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2401,
"end": 2401,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2401,
"end": 2401,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2401,
"end": 2401,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2411,
"end": 2411,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2411,
"end": 2411,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2411,
"end": 2411,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2414,
"end": 2441,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2418,
"end": 2440,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2418,
"end": 2420,
"ctxt": 0
},
"value": "bc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2423,
"end": 2440,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2423,
"end": 2424,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2427,
"end": 2440,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2432,
"end": 2437,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2432,
"end": 2433,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2436,
"end": 2437,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2428,
"end": 2429,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2428,
"end": 2429,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2428,
"end": 2429,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2439,
"end": 2439,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2439,
"end": 2439,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2439,
"end": 2439,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2442,
"end": 2469,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2446,
"end": 2468,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2446,
"end": 2448,
"ctxt": 0
},
"value": "cc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2451,
"end": 2468,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2451,
"end": 2452,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2455,
"end": 2468,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2459,
"end": 2464,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2459,
"end": 2460,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2463,
"end": 2464,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2456,
"end": 2456,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2456,
"end": 2456,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2456,
"end": 2456,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2466,
"end": 2467,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2466,
"end": 2467,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2466,
"end": 2467,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2470,
"end": 2498,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2474,
"end": 2497,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2474,
"end": 2476,
"ctxt": 0
},
"value": "dc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2479,
"end": 2497,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2479,
"end": 2480,
"ctxt": 0
},
"value": 1.0
},
"right": {
"type": "TemplateLiteral",
"span": {
"start": 2483,
"end": 2497,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2488,
"end": 2493,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2488,
"end": 2489,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2492,
"end": 2493,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2484,
"end": 2485,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2484,
"end": 2485,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2484,
"end": 2485,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2495,
"end": 2496,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2495,
"end": 2496,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2495,
"end": 2496,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2499,
"end": 2525,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2503,
"end": 2524,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2503,
"end": 2505,
"ctxt": 0
},
"value": "ec",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2508,
"end": 2524,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2508,
"end": 2520,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2512,
"end": 2517,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2512,
"end": 2513,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2516,
"end": 2517,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2509,
"end": 2509,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2509,
"end": 2509,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2509,
"end": 2509,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2519,
"end": 2519,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2519,
"end": 2519,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2519,
"end": 2519,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2523,
"end": 2524,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2526,
"end": 2553,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2530,
"end": 2552,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2530,
"end": 2532,
"ctxt": 0
},
"value": "fc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2535,
"end": 2552,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2535,
"end": 2548,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2540,
"end": 2545,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2540,
"end": 2541,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2544,
"end": 2545,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2536,
"end": 2537,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2536,
"end": 2537,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2536,
"end": 2537,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2547,
"end": 2547,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2547,
"end": 2547,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2547,
"end": 2547,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2551,
"end": 2552,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2554,
"end": 2581,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2558,
"end": 2580,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2558,
"end": 2560,
"ctxt": 0
},
"value": "gc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2563,
"end": 2580,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2563,
"end": 2576,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2567,
"end": 2572,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2567,
"end": 2568,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2571,
"end": 2572,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2564,
"end": 2564,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2564,
"end": 2564,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2564,
"end": 2564,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2574,
"end": 2575,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2574,
"end": 2575,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2574,
"end": 2575,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2579,
"end": 2580,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2582,
"end": 2610,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2586,
"end": 2609,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2586,
"end": 2588,
"ctxt": 0
},
"value": "hc",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2591,
"end": 2609,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "TemplateLiteral",
"span": {
"start": 2591,
"end": 2605,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 2596,
"end": 2601,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 2596,
"end": 2597,
"ctxt": 0
},
"value": 3.0
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2600,
"end": 2601,
"ctxt": 0
},
"value": 4.0
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 2592,
"end": 2593,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2592,
"end": 2593,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2592,
"end": 2593,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 2603,
"end": 2604,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 2603,
"end": 2604,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 2603,
"end": 2604,
"ctxt": 0
},
"value": "5",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2608,
"end": 2609,
"ctxt": 0
},
"value": 6.0
}
},
"definite": false
}
]
}
],
"interpreter": null
}