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

24 lines
356 B
JSON

{
"type": "Module",
"span": {
"start": 99,
"end": 109,
"ctxt": 0
},
"body": [
{
"type": "ExportNamedDeclaration",
"span": {
"start": 99,
"end": 109,
"ctxt": 0
},
"specifiers": [],
"source": null,
"typeOnly": false,
"asserts": null
}
],
"interpreter": null
}