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

187 lines
3.7 KiB
JSON

{
"type": "Module",
"span": {
"start": 17,
"end": 148,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 17,
"end": 38,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 24,
"end": 38,
"ctxt": 0
},
"kind": "var",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 36,
"end": 37,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 36,
"end": 37,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 39,
"end": 67,
"ctxt": 0
},
"declaration": {
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 63,
"end": 64,
"ctxt": 0
},
"value": "f",
"optional": false
},
"declare": true,
"params": [],
"decorators": [],
"span": {
"start": 46,
"end": 67,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 68,
"end": 94,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 89,
"end": 90,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": true,
"span": {
"start": 75,
"end": 94,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 95,
"end": 120,
"ctxt": 0
},
"declaration": {
"type": "TsEnumDeclaration",
"span": {
"start": 102,
"end": 120,
"ctxt": 0
},
"declare": true,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 115,
"end": 116,
"ctxt": 0
},
"value": "E",
"optional": false
},
"members": []
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 121,
"end": 148,
"ctxt": 0
},
"declaration": {
"type": "TsModuleDeclaration",
"span": {
"start": 128,
"end": 148,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 143,
"end": 144,
"ctxt": 0
},
"value": "M",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 145,
"end": 148,
"ctxt": 0
},
"body": []
}
}
}
],
"interpreter": null
}