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

34 lines
563 B
JSON
Raw Normal View History

{
"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
}