swc/crates/swc_ecma_parser/tests/tsc/templateStringInCallExpression.json
2022-04-05 12:46:35 +00:00

194 lines
4.6 KiB
JSON

{
"type": "Script",
"span": {
"start": 0,
"end": 50,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 0,
"end": 50,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 0,
"end": 49,
"ctxt": 0
},
"callee": {
"type": "TemplateLiteral",
"span": {
"start": 0,
"end": 12,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 6,
"end": 7,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 1,
"end": 4,
"ctxt": 0
},
"tail": false,
"cooked": "abc",
"raw": "abc"
},
{
"type": "TemplateElement",
"span": {
"start": 8,
"end": 11,
"ctxt": 0
},
"tail": true,
"cooked": "abc",
"raw": "abc"
}
]
},
"arguments": [
{
"spread": null,
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 13,
"end": 31,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 22,
"end": 23,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 14,
"end": 20,
"ctxt": 0
},
"tail": false,
"cooked": "hello ",
"raw": "hello "
},
{
"type": "TemplateElement",
"span": {
"start": 24,
"end": 30,
"ctxt": 0
},
"tail": true,
"cooked": " world",
"raw": " world"
}
]
}
},
{
"spread": null,
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 33,
"end": 38,
"ctxt": 0
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 34,
"end": 37,
"ctxt": 0
},
"tail": true,
"cooked": " ",
"raw": " "
}
]
}
},
{
"spread": null,
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 40,
"end": 48,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 44,
"end": 45,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 41,
"end": 42,
"ctxt": 0
},
"tail": false,
"cooked": "1",
"raw": "1"
},
{
"type": "TemplateElement",
"span": {
"start": 46,
"end": 47,
"ctxt": 0
},
"tail": true,
"cooked": "3",
"raw": "3"
}
]
}
}
],
"typeArguments": null
}
}
],
"interpreter": null
}