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

189 lines
3.7 KiB
JSON

{
"type": "Module",
"span": {
"start": 19,
"end": 181,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 19,
"end": 36,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 32,
"end": 33,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 26,
"end": 36,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
},
{
"type": "ExportNamedDeclaration",
"span": {
"start": 57,
"end": 86,
"ctxt": 0
},
"specifiers": [
{
"type": "ExportSpecifier",
"span": {
"start": 71,
"end": 72,
"ctxt": 0
},
"orig": {
"type": "Identifier",
"span": {
"start": 71,
"end": 72,
"ctxt": 0
},
"value": "A",
"optional": false
},
"exported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 80,
"end": 85,
"ctxt": 0
},
"value": "./a",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": true,
"asserts": null
},
{
"type": "ExportAllDeclaration",
"span": {
"start": 107,
"end": 127,
"ctxt": 0
},
"source": {
"type": "StringLiteral",
"span": {
"start": 121,
"end": 126,
"ctxt": 0
},
"value": "./b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"asserts": null
},
{
"type": "ImportDeclaration",
"span": {
"start": 148,
"end": 172,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 157,
"end": 158,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 157,
"end": 158,
"ctxt": 0
},
"value": "A",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 166,
"end": 171,
"ctxt": 0
},
"value": "./c",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 173,
"end": 181,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 173,
"end": 180,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 177,
"end": 178,
"ctxt": 0
},
"value": "A",
"optional": false
},
"arguments": [],
"typeArguments": null
}
}
],
"interpreter": null
}