mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
37 lines
633 B
JSON
37 lines
633 B
JSON
{
|
|
"type": "Module",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 35,
|
|
"ctxt": 0
|
|
},
|
|
"body": [
|
|
{
|
|
"type": "ImportDeclaration",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 35,
|
|
"ctxt": 0
|
|
},
|
|
"specifiers": [],
|
|
"source": {
|
|
"type": "StringLiteral",
|
|
"span": {
|
|
"start": 15,
|
|
"end": 35,
|
|
"ctxt": 0
|
|
},
|
|
"value": "module-not-existed",
|
|
"hasEscape": false,
|
|
"kind": {
|
|
"type": "normal",
|
|
"containsQuote": true
|
|
}
|
|
},
|
|
"typeOnly": false,
|
|
"asserts": null
|
|
}
|
|
],
|
|
"interpreter": null
|
|
}
|