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

107 lines
2.5 KiB
JSON

{
"type": "Script",
"span": {
"start": 17,
"end": 64,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 17,
"end": 64,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 21,
"end": 63,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 21,
"end": 22,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TemplateLiteral",
"span": {
"start": 25,
"end": 63,
"ctxt": 0
},
"expressions": [
{
"type": "BinaryExpression",
"span": {
"start": 32,
"end": 57,
"ctxt": 0
},
"operator": "instanceof",
"left": {
"type": "StringLiteral",
"span": {
"start": 32,
"end": 39,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
},
"right": {
"type": "Identifier",
"span": {
"start": 51,
"end": 57,
"ctxt": 0
},
"value": "String",
"optional": false
}
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 26,
"end": 29,
"ctxt": 0
},
"tail": false,
"cooked": "abc",
"raw": "abc"
},
{
"type": "TemplateElement",
"span": {
"start": 59,
"end": 62,
"ctxt": 0
},
"tail": true,
"cooked": "def",
"raw": "def"
}
]
},
"definite": false
}
]
}
],
"interpreter": null
}