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

34 lines
563 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",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"interpreter": null
}