mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
54 lines
1007 B
JSON
54 lines
1007 B
JSON
{
|
|
"type": "Module",
|
|
"span": {
|
|
"start": 252,
|
|
"end": 280,
|
|
"ctxt": 0
|
|
},
|
|
"body": [
|
|
{
|
|
"type": "ImportDeclaration",
|
|
"span": {
|
|
"start": 252,
|
|
"end": 280,
|
|
"ctxt": 0
|
|
},
|
|
"specifiers": [
|
|
{
|
|
"type": "ImportSpecifier",
|
|
"span": {
|
|
"start": 261,
|
|
"end": 264,
|
|
"ctxt": 0
|
|
},
|
|
"local": {
|
|
"type": "Identifier",
|
|
"span": {
|
|
"start": 261,
|
|
"end": 264,
|
|
"ctxt": 0
|
|
},
|
|
"value": "foo",
|
|
"optional": false
|
|
},
|
|
"imported": null,
|
|
"isTypeOnly": false
|
|
}
|
|
],
|
|
"source": {
|
|
"type": "StringLiteral",
|
|
"span": {
|
|
"start": 272,
|
|
"end": 279,
|
|
"ctxt": 0
|
|
},
|
|
"value": "./foo",
|
|
"raw": "\"./foo\""
|
|
},
|
|
"typeOnly": false,
|
|
"asserts": null
|
|
}
|
|
],
|
|
"interpreter": null
|
|
}
|