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

223 lines
4.9 KiB
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 2,
"end": 83,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 2,
"end": 21,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 6,
"end": 20,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 6,
"end": 15,
"ctxt": 0
},
"value": "namespace",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 18,
"end": 20,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
},
"definite": false
}
]
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 22,
"end": 62,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 32,
"end": 33,
"ctxt": 0
},
"value": "a",
"optional": false
},
"body": {
"type": "TsNamespaceDeclaration",
"span": {
"start": 34,
"end": 62,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 34,
"end": 35,
"ctxt": 0
},
"value": "b",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 36,
"end": 62,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 42,
"end": 60,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 49,
"end": 60,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 53,
"end": 59,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 53,
"end": 54,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 57,
"end": 59,
"ctxt": 0
},
"value": 20.0,
"raw": "20"
},
"definite": false
}
]
}
}
]
}
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 64,
"end": 83,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 74,
"end": 75,
"ctxt": 0
},
"value": "a",
"optional": false
},
"body": {
"type": "TsNamespaceDeclaration",
"span": {
"start": 76,
"end": 83,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 76,
"end": 77,
"ctxt": 0
},
"value": "b",
"optional": false
},
"body": {
"type": "TsNamespaceDeclaration",
"span": {
"start": 78,
"end": 83,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 78,
"end": 79,
"ctxt": 0
},
"value": "c",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 80,
"end": 83,
"ctxt": 0
},
"body": []
}
}
}
}
],
"interpreter": null
}