mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
52 lines
964 B
JSON
52 lines
964 B
JSON
{
|
|
"type": "Module",
|
|
"span": {
|
|
"start": 49,
|
|
"end": 85,
|
|
"ctxt": 0
|
|
},
|
|
"body": [
|
|
{
|
|
"type": "ExportNamedDeclaration",
|
|
"span": {
|
|
"start": 49,
|
|
"end": 85,
|
|
"ctxt": 0
|
|
},
|
|
"specifiers": [
|
|
{
|
|
"type": "ExportNamespaceSpecifier",
|
|
"span": {
|
|
"start": 56,
|
|
"end": 63,
|
|
"ctxt": 0
|
|
},
|
|
"name": {
|
|
"type": "Identifier",
|
|
"span": {
|
|
"start": 61,
|
|
"end": 63,
|
|
"ctxt": 0
|
|
},
|
|
"value": "ns",
|
|
"optional": false
|
|
}
|
|
}
|
|
],
|
|
"source": {
|
|
"type": "StringLiteral",
|
|
"span": {
|
|
"start": 69,
|
|
"end": 84,
|
|
"ctxt": 0
|
|
},
|
|
"value": "./nonexistent",
|
|
"raw": "'./nonexistent'"
|
|
},
|
|
"typeOnly": false,
|
|
"asserts": null
|
|
}
|
|
],
|
|
"interpreter": null
|
|
}
|