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

112 lines
2.2 KiB
JSON

{
"type": "Module",
"span": {
"start": 75,
"end": 171,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 75,
"end": 92,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 88,
"end": 89,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 82,
"end": 92,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 114,
"end": 139,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportNamespaceSpecifier",
"span": {
"start": 121,
"end": 127,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 126,
"end": 127,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 133,
"end": 138,
"ctxt": 0
},
"value": "./a",
"raw": "\"./a\""
},
"typeOnly": false,
"asserts": null
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 167,
"end": 168,
"ctxt": 0
},
"value": "B",
"optional": false
},
"declare": false,
"span": {
"start": 161,
"end": 171,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}