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

126 lines
2.7 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 43,
"ctxt": 0
},
"body": [
{
"type": "WhileStatement",
"span": {
"start": 1,
"end": 43,
"ctxt": 0
},
"test": {
"type": "TemplateLiteral",
"span": {
"start": 8,
"end": 20,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 14,
"end": 15,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 9,
"end": 12,
"ctxt": 0
},
"tail": false,
"cooked": "abc",
"raw": "abc"
},
{
"type": "TemplateElement",
"span": {
"start": 16,
"end": 19,
"ctxt": 0
},
"tail": true,
"cooked": "abc",
"raw": "abc"
}
]
},
"body": {
"type": "BlockStatement",
"span": {
"start": 22,
"end": 43,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 28,
"end": 41,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 28,
"end": 40,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 34,
"end": 35,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 29,
"end": 32,
"ctxt": 0
},
"tail": false,
"cooked": "def",
"raw": "def"
},
{
"type": "TemplateElement",
"span": {
"start": 36,
"end": 39,
"ctxt": 0
},
"tail": true,
"cooked": "def",
"raw": "def"
}
]
}
}
]
}
}
],
"interpreter": null
}