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

96 lines
2.2 KiB
JSON

{
"type": "Script",
"span": {
"start": 17,
"end": 40,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 17,
"end": 40,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 21,
"end": 39,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 21,
"end": 22,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ParenthesisExpression",
"span": {
"start": 25,
"end": 39,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 26,
"end": 38,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 32,
"end": 33,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 27,
"end": 30,
"ctxt": 0
},
"tail": false,
"cooked": "abc",
"raw": "abc"
},
{
"type": "TemplateElement",
"span": {
"start": 34,
"end": 37,
"ctxt": 0
},
"tail": true,
"cooked": "abc",
"raw": "abc"
}
]
}
},
"definite": false
}
]
}
],
"interpreter": null
}