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

2668 lines
64 KiB
JSON

{
"type": "Script",
"span": {
"start": 18,
"end": 817,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 18,
"end": 30,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 22,
"end": 29,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 22,
"end": 24,
"ctxt": 0
},
"value": "t1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 27,
"end": 29,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 31,
"end": 43,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 35,
"end": 42,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 35,
"end": 37,
"ctxt": 0
},
"value": "t2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 40,
"end": 42,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 44,
"end": 50,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 48,
"end": 49,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 48,
"end": 49,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 92,
"end": 106,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 92,
"end": 105,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 95,
"end": 103,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 95,
"end": 97,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 101,
"end": 103,
"ctxt": 0
},
"value": "t2",
"optional": false
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 93,
"end": 93,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 104,
"end": 104,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 107,
"end": 127,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 107,
"end": 126,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 110,
"end": 124,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 110,
"end": 112,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 116,
"end": 124,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 116,
"end": 118,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 122,
"end": 124,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 108,
"end": 108,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 125,
"end": 125,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 128,
"end": 147,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 128,
"end": 146,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 131,
"end": 144,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "Identifier",
"span": {
"start": 131,
"end": 133,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 136,
"end": 144,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 136,
"end": 138,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 142,
"end": 144,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 129,
"end": 129,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 145,
"end": 145,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 148,
"end": 167,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 148,
"end": 166,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 151,
"end": 164,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 151,
"end": 159,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 151,
"end": 153,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 157,
"end": 159,
"ctxt": 0
},
"value": "t2",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 162,
"end": 164,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 149,
"end": 149,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 165,
"end": 165,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 168,
"end": 193,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 168,
"end": 192,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 171,
"end": 189,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 171,
"end": 184,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "Identifier",
"span": {
"start": 171,
"end": 173,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 176,
"end": 184,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 176,
"end": 178,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 182,
"end": 184,
"ctxt": 0
},
"value": "t2",
"optional": false
}
}
},
"right": {
"type": "Identifier",
"span": {
"start": 187,
"end": 189,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 169,
"end": 169,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 191,
"end": 191,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 194,
"end": 224,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 194,
"end": 223,
"ctxt": 0
},
"expressions": [
{
"type": "UnaryExpression",
"span": {
"start": 197,
"end": 220,
"ctxt": 0
},
"operator": "typeof",
"argument": {
"type": "ParenthesisExpression",
"span": {
"start": 204,
"end": 220,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 205,
"end": 219,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 205,
"end": 207,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 211,
"end": 219,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 211,
"end": 213,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 217,
"end": 219,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
}
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 195,
"end": 195,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 222,
"end": 222,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 225,
"end": 259,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 225,
"end": 258,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 228,
"end": 255,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 228,
"end": 229,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "UnaryExpression",
"span": {
"start": 232,
"end": 255,
"ctxt": 0
},
"operator": "typeof",
"argument": {
"type": "ParenthesisExpression",
"span": {
"start": 239,
"end": 255,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 240,
"end": 254,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 240,
"end": 242,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 246,
"end": 254,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 246,
"end": 248,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 252,
"end": 254,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
}
}
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 226,
"end": 226,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 257,
"end": 257,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 261,
"end": 286,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 261,
"end": 285,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 264,
"end": 272,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 264,
"end": 266,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 270,
"end": 272,
"ctxt": 0
},
"value": "t2",
"optional": false
}
},
{
"type": "BinaryExpression",
"span": {
"start": 275,
"end": 283,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 275,
"end": 277,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 281,
"end": 283,
"ctxt": 0
},
"value": "t2",
"optional": false
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 262,
"end": 262,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 273,
"end": 273,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 284,
"end": 284,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 287,
"end": 324,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 287,
"end": 323,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 290,
"end": 304,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 290,
"end": 292,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 296,
"end": 304,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 296,
"end": 298,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 302,
"end": 304,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
},
{
"type": "BinaryExpression",
"span": {
"start": 307,
"end": 321,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 307,
"end": 309,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 313,
"end": 321,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 313,
"end": 315,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 319,
"end": 321,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 288,
"end": 288,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 305,
"end": 305,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 322,
"end": 322,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 325,
"end": 360,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 325,
"end": 359,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 328,
"end": 341,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "Identifier",
"span": {
"start": 328,
"end": 330,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 333,
"end": 341,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 333,
"end": 335,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 339,
"end": 341,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
},
{
"type": "BinaryExpression",
"span": {
"start": 344,
"end": 357,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "Identifier",
"span": {
"start": 344,
"end": 346,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 349,
"end": 357,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 349,
"end": 351,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 355,
"end": 357,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 326,
"end": 326,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 342,
"end": 342,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 358,
"end": 358,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 361,
"end": 396,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 361,
"end": 395,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 364,
"end": 377,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 364,
"end": 372,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 364,
"end": 366,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 370,
"end": 372,
"ctxt": 0
},
"value": "t2",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 375,
"end": 377,
"ctxt": 0
},
"value": "t1",
"optional": false
}
},
{
"type": "BinaryExpression",
"span": {
"start": 380,
"end": 393,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 380,
"end": 388,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 380,
"end": 382,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 386,
"end": 388,
"ctxt": 0
},
"value": "t2",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 391,
"end": 393,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 362,
"end": 362,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 378,
"end": 378,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 394,
"end": 394,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 397,
"end": 442,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 397,
"end": 441,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 400,
"end": 418,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 400,
"end": 413,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "Identifier",
"span": {
"start": 400,
"end": 402,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 405,
"end": 413,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 405,
"end": 407,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 411,
"end": 413,
"ctxt": 0
},
"value": "t2",
"optional": false
}
}
},
"right": {
"type": "Identifier",
"span": {
"start": 416,
"end": 418,
"ctxt": 0
},
"value": "t1",
"optional": false
}
},
{
"type": "BinaryExpression",
"span": {
"start": 421,
"end": 439,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 421,
"end": 434,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "Identifier",
"span": {
"start": 421,
"end": 423,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 426,
"end": 434,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 426,
"end": 428,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 432,
"end": 434,
"ctxt": 0
},
"value": "t2",
"optional": false
}
}
},
"right": {
"type": "Identifier",
"span": {
"start": 437,
"end": 439,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 398,
"end": 398,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 419,
"end": 419,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 440,
"end": 440,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 443,
"end": 498,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 443,
"end": 497,
"ctxt": 0
},
"expressions": [
{
"type": "UnaryExpression",
"span": {
"start": 446,
"end": 469,
"ctxt": 0
},
"operator": "typeof",
"argument": {
"type": "ParenthesisExpression",
"span": {
"start": 453,
"end": 469,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 454,
"end": 468,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 454,
"end": 456,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 460,
"end": 468,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 460,
"end": 462,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 466,
"end": 468,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
}
}
},
{
"type": "UnaryExpression",
"span": {
"start": 472,
"end": 495,
"ctxt": 0
},
"operator": "typeof",
"argument": {
"type": "ParenthesisExpression",
"span": {
"start": 479,
"end": 495,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 480,
"end": 494,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 480,
"end": 482,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 486,
"end": 494,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 486,
"end": 488,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 492,
"end": 494,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
}
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 444,
"end": 444,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 470,
"end": 470,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 496,
"end": 496,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 500,
"end": 538,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 500,
"end": 537,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 503,
"end": 511,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 503,
"end": 505,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 509,
"end": 511,
"ctxt": 0
},
"value": "t2",
"optional": false
}
},
{
"type": "BinaryExpression",
"span": {
"start": 527,
"end": 535,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 527,
"end": 529,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 533,
"end": 535,
"ctxt": 0
},
"value": "t2",
"optional": false
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 501,
"end": 501,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 512,
"end": 525,
"ctxt": 0
},
"tail": false,
"cooked": " hello world ",
"raw": " hello world "
},
{
"type": "TemplateElement",
"span": {
"start": 536,
"end": 536,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 539,
"end": 589,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 539,
"end": 588,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 542,
"end": 556,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 542,
"end": 544,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 548,
"end": 556,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 548,
"end": 550,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 554,
"end": 556,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
},
{
"type": "BinaryExpression",
"span": {
"start": 572,
"end": 586,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 572,
"end": 574,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 578,
"end": 586,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 578,
"end": 580,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 584,
"end": 586,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 540,
"end": 540,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 557,
"end": 570,
"ctxt": 0
},
"tail": false,
"cooked": " hello world ",
"raw": " hello world "
},
{
"type": "TemplateElement",
"span": {
"start": 587,
"end": 587,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 590,
"end": 638,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 590,
"end": 637,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 593,
"end": 606,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "Identifier",
"span": {
"start": 593,
"end": 595,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 598,
"end": 606,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 598,
"end": 600,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 604,
"end": 606,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
},
{
"type": "BinaryExpression",
"span": {
"start": 622,
"end": 635,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "Identifier",
"span": {
"start": 622,
"end": 624,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 627,
"end": 635,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 627,
"end": 629,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 633,
"end": 635,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 591,
"end": 591,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 607,
"end": 620,
"ctxt": 0
},
"tail": false,
"cooked": " hello world ",
"raw": " hello world "
},
{
"type": "TemplateElement",
"span": {
"start": 636,
"end": 636,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 639,
"end": 687,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 639,
"end": 686,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 642,
"end": 655,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 642,
"end": 650,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 642,
"end": 644,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 648,
"end": 650,
"ctxt": 0
},
"value": "t2",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 653,
"end": 655,
"ctxt": 0
},
"value": "t1",
"optional": false
}
},
{
"type": "BinaryExpression",
"span": {
"start": 671,
"end": 684,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 671,
"end": 679,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 671,
"end": 673,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 677,
"end": 679,
"ctxt": 0
},
"value": "t2",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 682,
"end": 684,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 640,
"end": 640,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 656,
"end": 669,
"ctxt": 0
},
"tail": false,
"cooked": " hello world ",
"raw": " hello world "
},
{
"type": "TemplateElement",
"span": {
"start": 685,
"end": 685,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 688,
"end": 746,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 688,
"end": 745,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 691,
"end": 709,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 691,
"end": 704,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "Identifier",
"span": {
"start": 691,
"end": 693,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 696,
"end": 704,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 696,
"end": 698,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 702,
"end": 704,
"ctxt": 0
},
"value": "t2",
"optional": false
}
}
},
"right": {
"type": "Identifier",
"span": {
"start": 707,
"end": 709,
"ctxt": 0
},
"value": "t1",
"optional": false
}
},
{
"type": "BinaryExpression",
"span": {
"start": 725,
"end": 743,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "BinaryExpression",
"span": {
"start": 725,
"end": 738,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "Identifier",
"span": {
"start": 725,
"end": 727,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 730,
"end": 738,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 730,
"end": 732,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 736,
"end": 738,
"ctxt": 0
},
"value": "t2",
"optional": false
}
}
},
"right": {
"type": "Identifier",
"span": {
"start": 741,
"end": 743,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 689,
"end": 689,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 710,
"end": 723,
"ctxt": 0
},
"tail": false,
"cooked": " hello world ",
"raw": " hello world "
},
{
"type": "TemplateElement",
"span": {
"start": 744,
"end": 744,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 747,
"end": 817,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 747,
"end": 816,
"ctxt": 0
},
"expressions": [
{
"type": "UnaryExpression",
"span": {
"start": 750,
"end": 773,
"ctxt": 0
},
"operator": "typeof",
"argument": {
"type": "ParenthesisExpression",
"span": {
"start": 757,
"end": 773,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 758,
"end": 772,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 758,
"end": 760,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 764,
"end": 772,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 764,
"end": 766,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 770,
"end": 772,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
}
}
},
{
"type": "UnaryExpression",
"span": {
"start": 790,
"end": 813,
"ctxt": 0
},
"operator": "typeof",
"argument": {
"type": "ParenthesisExpression",
"span": {
"start": 797,
"end": 813,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 798,
"end": 812,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 798,
"end": 800,
"ctxt": 0
},
"value": "t1",
"optional": false
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 804,
"end": 812,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "Identifier",
"span": {
"start": 804,
"end": 806,
"ctxt": 0
},
"value": "t2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 810,
"end": 812,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
}
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 748,
"end": 748,
"ctxt": 0
},
"tail": false,
"cooked": "",
"raw": ""
},
{
"type": "TemplateElement",
"span": {
"start": 775,
"end": 788,
"ctxt": 0
},
"tail": false,
"cooked": " hello world ",
"raw": " hello world "
},
{
"type": "TemplateElement",
"span": {
"start": 815,
"end": 815,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
}
],
"interpreter": null
}