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

207 lines
4.4 KiB
JSON

{
"type": "Module",
"span": {
"start": 114,
"end": 274,
"ctxt": 0
},
"body": [
{
"type": "ExportDefaultDeclaration",
"span": {
"start": 114,
"end": 141,
"ctxt": 0
},
"decl": {
"type": "ClassExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 135,
"end": 138,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"span": {
"start": 129,
"end": 141,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 166,
"end": 204,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 174,
"end": 189,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 185,
"end": 189,
"ctxt": 0
},
"value": "Fooa",
"optional": false
},
"imported": {
"type": "Identifier",
"span": {
"start": 174,
"end": 181,
"ctxt": 0
},
"value": "default",
"optional": false
},
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 196,
"end": 203,
"ctxt": 0
},
"value": "./cls",
"raw": "\"./cls\""
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExportDeclaration",
"span": {
"start": 206,
"end": 234,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 213,
"end": 234,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 219,
"end": 233,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 219,
"end": 220,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 223,
"end": 233,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 227,
"end": 231,
"ctxt": 0
},
"value": "Fooa",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"definite": false
}
]
}
},
{
"type": "ExportNamedDeclaration",
"span": {
"start": 236,
"end": 274,
"ctxt": 0
},
"specifiers": [
{
"type": "ExportSpecifier",
"span": {
"start": 244,
"end": 259,
"ctxt": 0
},
"orig": {
"type": "Identifier",
"span": {
"start": 244,
"end": 251,
"ctxt": 0
},
"value": "default",
"optional": false
},
"exported": {
"type": "Identifier",
"span": {
"start": 255,
"end": 259,
"ctxt": 0
},
"value": "Foob",
"optional": false
},
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 266,
"end": 273,
"ctxt": 0
},
"value": "./cls",
"raw": "\"./cls\""
},
"typeOnly": false,
"asserts": null
}
],
"interpreter": null
}