mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
92 lines
2.1 KiB
JSON
92 lines
2.1 KiB
JSON
{
|
|
"type": "Script",
|
|
"span": {
|
|
"start": 113,
|
|
"end": 134,
|
|
"ctxt": 0
|
|
},
|
|
"body": [
|
|
{
|
|
"type": "VariableDeclaration",
|
|
"span": {
|
|
"start": 113,
|
|
"end": 134,
|
|
"ctxt": 0
|
|
},
|
|
"kind": "var",
|
|
"declare": false,
|
|
"declarations": [
|
|
{
|
|
"type": "VariableDeclarator",
|
|
"span": {
|
|
"start": 117,
|
|
"end": 133,
|
|
"ctxt": 0
|
|
},
|
|
"id": {
|
|
"type": "Identifier",
|
|
"span": {
|
|
"start": 117,
|
|
"end": 118,
|
|
"ctxt": 0
|
|
},
|
|
"value": "x",
|
|
"optional": false,
|
|
"typeAnnotation": null
|
|
},
|
|
"init": {
|
|
"type": "TemplateLiteral",
|
|
"span": {
|
|
"start": 121,
|
|
"end": 133,
|
|
"ctxt": 0
|
|
},
|
|
"expressions": [],
|
|
"quasis": [
|
|
{
|
|
"type": "TemplateElement",
|
|
"span": {
|
|
"start": 122,
|
|
"end": 132,
|
|
"ctxt": 0
|
|
},
|
|
"tail": true,
|
|
"cooked": {
|
|
"type": "StringLiteral",
|
|
"span": {
|
|
"start": 122,
|
|
"end": 132,
|
|
"ctxt": 0
|
|
},
|
|
"value": "",
|
|
"hasEscape": true,
|
|
"kind": {
|
|
"type": "normal",
|
|
"containsQuote": false
|
|
}
|
|
},
|
|
"raw": {
|
|
"type": "StringLiteral",
|
|
"span": {
|
|
"start": 122,
|
|
"end": 132,
|
|
"ctxt": 0
|
|
},
|
|
"value": "\\u{10FFFF}",
|
|
"hasEscape": true,
|
|
"kind": {
|
|
"type": "normal",
|
|
"containsQuote": false
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"definite": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"interpreter": null
|
|
}
|