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

214 lines
4.7 KiB
JSON

{
"type": "Module",
"span": {
"start": 19,
"end": 149,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 19,
"end": 65,
"ctxt": 0
},
"declaration": {
"type": "TsModuleDeclaration",
"span": {
"start": 26,
"end": 65,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 36,
"end": 41,
"ctxt": 0
},
"value": "types",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 42,
"end": 65,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 46,
"end": 63,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 59,
"end": 60,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 53,
"end": 63,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
}
]
}
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 86,
"end": 116,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportNamespaceSpecifier",
"span": {
"start": 98,
"end": 104,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 103,
"end": 104,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 110,
"end": 115,
"ctxt": 0
},
"value": "./a",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": true,
"asserts": null
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 117,
"end": 149,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 127,
"end": 128,
"ctxt": 0
},
"value": "B",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 137,
"end": 146,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 137,
"end": 146,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 137,
"end": 144,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 137,
"end": 138,
"ctxt": 0
},
"value": "a",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 139,
"end": 144,
"ctxt": 0
},
"value": "types",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 145,
"end": 146,
"ctxt": 0
},
"value": "A",
"optional": false
}
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 147,
"end": 149,
"ctxt": 0
},
"body": []
}
}
],
"interpreter": null
}