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

192 lines
4.0 KiB
JSON

{
"type": "Module",
"span": {
"start": 38,
"end": 153,
"ctxt": 0
},
"body": [
{
"type": "ExportDefaultDeclaration",
"span": {
"start": 38,
"end": 71,
"ctxt": 0
},
"decl": {
"type": "FunctionExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 62,
"end": 65,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"params": [],
"decorators": [],
"span": {
"start": 53,
"end": 71,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 68,
"end": 71,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 73,
"end": 108,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 83,
"end": 86,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 87,
"end": 108,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 93,
"end": 106,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 100,
"end": 106,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 104,
"end": 105,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 104,
"end": 105,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
}
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 110,
"end": 127,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 120,
"end": 123,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 124,
"end": 127,
"ctxt": 0
},
"body": []
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 129,
"end": 153,
"ctxt": 0
},
"declaration": {
"type": "TsInterfaceDeclaration",
"span": {
"start": 136,
"end": 153,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 146,
"end": 149,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 150,
"end": 153,
"ctxt": 0
},
"body": []
}
}
}
],
"interpreter": null
}