mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
56 lines
1018 B
JSON
56 lines
1018 B
JSON
{
|
||
"type": "Script",
|
||
"span": {
|
||
"start": 46,
|
||
"end": 134,
|
||
"ctxt": 0
|
||
},
|
||
"body": [
|
||
{
|
||
"type": "ExpressionStatement",
|
||
"span": {
|
||
"start": 46,
|
||
"end": 66,
|
||
"ctxt": 0
|
||
},
|
||
"expression": {
|
||
"type": "StringLiteral",
|
||
"span": {
|
||
"start": 46,
|
||
"end": 66,
|
||
"ctxt": 0
|
||
},
|
||
"value": " function f() {}",
|
||
"hasEscape": false,
|
||
"kind": {
|
||
"type": "normal",
|
||
"containsQuote": true
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"type": "ExpressionStatement",
|
||
"span": {
|
||
"start": 114,
|
||
"end": 134,
|
||
"ctxt": 0
|
||
},
|
||
"expression": {
|
||
"type": "StringLiteral",
|
||
"span": {
|
||
"start": 114,
|
||
"end": 134,
|
||
"ctxt": 0
|
||
},
|
||
"value": " function f() {}",
|
||
"hasEscape": false,
|
||
"kind": {
|
||
"type": "normal",
|
||
"containsQuote": true
|
||
}
|
||
}
|
||
}
|
||
],
|
||
"interpreter": null
|
||
}
|