mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
124 lines
2.9 KiB
JSON
124 lines
2.9 KiB
JSON
{
|
|
"type": "Script",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 20,
|
|
"ctxt": 0
|
|
},
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 20,
|
|
"ctxt": 0
|
|
},
|
|
"expression": {
|
|
"type": "UnaryExpression",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 19,
|
|
"ctxt": 0
|
|
},
|
|
"operator": "delete",
|
|
"argument": {
|
|
"type": "TemplateLiteral",
|
|
"span": {
|
|
"start": 7,
|
|
"end": 19,
|
|
"ctxt": 0
|
|
},
|
|
"expressions": [
|
|
{
|
|
"type": "NumericLiteral",
|
|
"span": {
|
|
"start": 13,
|
|
"end": 14,
|
|
"ctxt": 0
|
|
},
|
|
"value": 0.0
|
|
}
|
|
],
|
|
"quasis": [
|
|
{
|
|
"type": "TemplateElement",
|
|
"span": {
|
|
"start": 8,
|
|
"end": 11,
|
|
"ctxt": 0
|
|
},
|
|
"tail": false,
|
|
"cooked": {
|
|
"type": "StringLiteral",
|
|
"span": {
|
|
"start": 8,
|
|
"end": 11,
|
|
"ctxt": 0
|
|
},
|
|
"value": "abc",
|
|
"hasEscape": false,
|
|
"kind": {
|
|
"type": "normal",
|
|
"containsQuote": false
|
|
}
|
|
},
|
|
"raw": {
|
|
"type": "StringLiteral",
|
|
"span": {
|
|
"start": 8,
|
|
"end": 11,
|
|
"ctxt": 0
|
|
},
|
|
"value": "abc",
|
|
"hasEscape": false,
|
|
"kind": {
|
|
"type": "normal",
|
|
"containsQuote": false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "TemplateElement",
|
|
"span": {
|
|
"start": 15,
|
|
"end": 18,
|
|
"ctxt": 0
|
|
},
|
|
"tail": true,
|
|
"cooked": {
|
|
"type": "StringLiteral",
|
|
"span": {
|
|
"start": 15,
|
|
"end": 18,
|
|
"ctxt": 0
|
|
},
|
|
"value": "abc",
|
|
"hasEscape": false,
|
|
"kind": {
|
|
"type": "normal",
|
|
"containsQuote": false
|
|
}
|
|
},
|
|
"raw": {
|
|
"type": "StringLiteral",
|
|
"span": {
|
|
"start": 15,
|
|
"end": 18,
|
|
"ctxt": 0
|
|
},
|
|
"value": "abc",
|
|
"hasEscape": false,
|
|
"kind": {
|
|
"type": "normal",
|
|
"containsQuote": false
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"interpreter": null
|
|
}
|