mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 11:13:43 +03:00
66 lines
1.3 KiB
JSON
66 lines
1.3 KiB
JSON
{
|
|
"type": "Script",
|
|
"span": {
|
|
"start": 131,
|
|
"end": 151,
|
|
"ctxt": 0
|
|
},
|
|
"body": [
|
|
{
|
|
"type": "VariableDeclaration",
|
|
"span": {
|
|
"start": 131,
|
|
"end": 151,
|
|
"ctxt": 0
|
|
},
|
|
"kind": "var",
|
|
"declare": false,
|
|
"declarations": [
|
|
{
|
|
"type": "VariableDeclarator",
|
|
"span": {
|
|
"start": 135,
|
|
"end": 150,
|
|
"ctxt": 0
|
|
},
|
|
"id": {
|
|
"type": "Identifier",
|
|
"span": {
|
|
"start": 135,
|
|
"end": 136,
|
|
"ctxt": 0
|
|
},
|
|
"value": "x",
|
|
"optional": false,
|
|
"typeAnnotation": null
|
|
},
|
|
"init": {
|
|
"type": "TemplateLiteral",
|
|
"span": {
|
|
"start": 139,
|
|
"end": 150,
|
|
"ctxt": 0
|
|
},
|
|
"expressions": [],
|
|
"quasis": [
|
|
{
|
|
"type": "TemplateElement",
|
|
"span": {
|
|
"start": 140,
|
|
"end": 149,
|
|
"ctxt": 0
|
|
},
|
|
"tail": true,
|
|
"cooked": "𐀀",
|
|
"raw": "\\u{10000}"
|
|
}
|
|
]
|
|
},
|
|
"definite": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"interpreter": null
|
|
}
|