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

150 lines
3.5 KiB
JSON

{
"type": "Module",
"span": {
"start": 148,
"end": 282,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 148,
"end": 187,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 155,
"end": 187,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 169,
"end": 186,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 169,
"end": 173,
"ctxt": 0
},
"value": "elem",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 173,
"end": 186,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 175,
"end": 186,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 175,
"end": 186,
"ctxt": 0
},
"value": "HTMLElement",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
}
},
{
"type": "ExportNamedDeclaration",
"span": {
"start": 240,
"end": 249,
"ctxt": 0
},
"specifiers": [],
"source": null,
"typeOnly": false,
"asserts": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 250,
"end": 282,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 264,
"end": 281,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 264,
"end": 268,
"ctxt": 0
},
"value": "elem",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 268,
"end": 281,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 270,
"end": 281,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 270,
"end": 281,
"ctxt": 0
},
"value": "HTMLElement",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
}
],
"interpreter": null
}