mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 01:13:56 +03:00
33 lines
555 B
JSON
33 lines
555 B
JSON
{
|
|
"type": "Module",
|
|
"span": {
|
|
"start": 1,
|
|
"end": 36,
|
|
"ctxt": 0
|
|
},
|
|
"body": [
|
|
{
|
|
"type": "ImportDeclaration",
|
|
"span": {
|
|
"start": 1,
|
|
"end": 36,
|
|
"ctxt": 0
|
|
},
|
|
"specifiers": [],
|
|
"source": {
|
|
"type": "StringLiteral",
|
|
"span": {
|
|
"start": 16,
|
|
"end": 36,
|
|
"ctxt": 0
|
|
},
|
|
"value": "module-not-existed",
|
|
"raw": "'module-not-existed'"
|
|
},
|
|
"typeOnly": false,
|
|
"asserts": null
|
|
}
|
|
],
|
|
"interpreter": null
|
|
}
|