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

161 lines
3.7 KiB
JSON

{
"type": "Script",
"span": {
"start": 16,
"end": 126,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 16,
"end": 126,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 16,
"end": 125,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 47,
"end": 49,
"ctxt": 0
},
"value": 10.0
},
{
"type": "NumericLiteral",
"span": {
"start": 95,
"end": 97,
"ctxt": 0
},
"value": 20.0
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 17,
"end": 21,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 17,
"end": 21,
"ctxt": 0
},
"value": "head",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 17,
"end": 21,
"ctxt": 0
},
"value": "head",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 51,
"end": 58,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 51,
"end": 58,
"ctxt": 0
},
"value": "\nmiddle",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 51,
"end": 58,
"ctxt": 0
},
"value": "\nmiddle",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 119,
"end": 124,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 119,
"end": 124,
"ctxt": 0
},
"value": "\ntail",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 119,
"end": 124,
"ctxt": 0
},
"value": "\ntail",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
}
],
"interpreter": null
}