swc/crates/swc_ecma_parser/tests/tsc/exportDefaultInJsFile01.json
2022-03-22 07:54:08 +00:00

30 lines
474 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",
"raw": "\"hello\""
}
}
],
"interpreter": null
}