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

98 lines
2.2 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 28,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 1,
"end": 28,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 5,
"end": 27,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 5,
"end": 6,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 9,
"end": 27,
"ctxt": 0
},
"callee": {
"type": "TemplateLiteral",
"span": {
"start": 13,
"end": 27,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 20,
"end": 21,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 14,
"end": 17,
"ctxt": 0
},
"tail": false,
"cooked": "abc",
"raw": "abc"
},
{
"type": "TemplateElement",
"span": {
"start": 23,
"end": 26,
"ctxt": 0
},
"tail": true,
"cooked": "def",
"raw": "def"
}
]
},
"arguments": null,
"typeArguments": null
},
"definite": false
}
]
}
],
"interpreter": null
}