mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
34 lines
563 B
JSON
34 lines
563 B
JSON
|
{
|
||
|
"type": "Module",
|
||
|
"span": {
|
||
|
"start": 82,
|
||
|
"end": 105,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"body": [
|
||
|
{
|
||
|
"type": "ExportDefaultExpression",
|
||
|
"span": {
|
||
|
"start": 82,
|
||
|
"end": 105,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"expression": {
|
||
|
"type": "StringLiteral",
|
||
|
"span": {
|
||
|
"start": 97,
|
||
|
"end": 104,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "hello",
|
||
|
"hasEscape": false,
|
||
|
"kind": {
|
||
|
"type": "normal",
|
||
|
"containsQuote": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"interpreter": null
|
||
|
}
|