swc/crates/swc_ecma_parser/tests/tsc/scannerImportDeclaration1.json

56 lines
1.0 KiB
JSON

{
"type": "Module",
"span": {
"start": 1,
"end": 51,
"ctxt": 0
},
"body": [
{
"type": "TsImportEqualsDeclaration",
"span": {
"start": 1,
"end": 51,
"ctxt": 0
},
"declare": false,
"isExport": false,
"isTypeOnly": false,
"id": {
"type": "Identifier",
"span": {
"start": 8,
"end": 18,
"ctxt": 0
},
"value": "TypeScript",
"optional": false
},
"moduleRef": {
"type": "TsQualifiedName",
"left": {
"type": "Identifier",
"span": {
"start": 21,
"end": 39,
"ctxt": 0
},
"value": "TypeScriptServices",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 40,
"end": 50,
"ctxt": 0
},
"value": "TypeScript",
"optional": false
}
}
}
],
"interpreter": null
}