swc/crates/swc_ecma_parser/tests/tsc/preserveValueImports_module.json
2022-02-04 17:08:38 +09:00

24 lines
356 B
JSON

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