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

168 lines
3.9 KiB
JSON

{
"type": "Module",
"span": {
"start": 37,
"end": 126,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 37,
"end": 74,
"ctxt": 0
},
"declaration": {
"type": "TsModuleDeclaration",
"span": {
"start": 44,
"end": 74,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 54,
"end": 55,
"ctxt": 0
},
"value": "N",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 56,
"end": 74,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 62,
"end": 72,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 66,
"end": 71,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 66,
"end": 67,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 70,
"end": 71,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"definite": false
}
]
}
]
}
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 76,
"end": 126,
"ctxt": 0
},
"declaration": {
"type": "TsModuleDeclaration",
"span": {
"start": 83,
"end": 126,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 93,
"end": 95,
"ctxt": 0
},
"value": "N2",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 96,
"end": 126,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 102,
"end": 124,
"ctxt": 0
},
"declaration": {
"type": "TsInterfaceDeclaration",
"span": {
"start": 109,
"end": 124,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 119,
"end": 120,
"ctxt": 0
},
"value": "I",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 121,
"end": 124,
"ctxt": 0
},
"body": []
}
}
}
]
}
}
}
],
"interpreter": null
}