swc/crates/swc_ecma_parser/tests/tsc/exportDefaultInJsFile01.json

30 lines
474 B
JSON

{
"type": "Module",
"span": {
"start": 83,
"end": 106,
"ctxt": 0
},
"body": [
{
"type": "ExportDefaultExpression",
"span": {
"start": 83,
"end": 106,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 98,
"end": 105,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
],
"interpreter": null
}