mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
3958f1792c
**Related issue:** - Closes #7347. - Closes #7487.
50 lines
918 B
JSON
50 lines
918 B
JSON
{
|
|
"type": "Module",
|
|
"span": {
|
|
"start": 135,
|
|
"end": 165,
|
|
"ctxt": 0
|
|
},
|
|
"body": [
|
|
{
|
|
"type": "TsImportEqualsDeclaration",
|
|
"span": {
|
|
"start": 135,
|
|
"end": 165,
|
|
"ctxt": 0
|
|
},
|
|
"isExport": false,
|
|
"isTypeOnly": false,
|
|
"id": {
|
|
"type": "Identifier",
|
|
"span": {
|
|
"start": 142,
|
|
"end": 145,
|
|
"ctxt": 0
|
|
},
|
|
"value": "foo",
|
|
"optional": false
|
|
},
|
|
"moduleRef": {
|
|
"type": "TsExternalModuleReference",
|
|
"span": {
|
|
"start": 148,
|
|
"end": 164,
|
|
"ctxt": 0
|
|
},
|
|
"expression": {
|
|
"type": "StringLiteral",
|
|
"span": {
|
|
"start": 156,
|
|
"end": 163,
|
|
"ctxt": 0
|
|
},
|
|
"value": "./foo",
|
|
"raw": "\"./foo\""
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"interpreter": null
|
|
}
|