swc/crates/swc_ecma_parser/tests/tsc/jsDeclarationsReexportAliasesEsModuleInterop.json
2022-03-22 07:54:08 +00:00

255 lines
5.4 KiB
JSON

{
"type": "Module",
"span": {
"start": 139,
"end": 306,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 145,
"end": 148,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"declare": false,
"span": {
"start": 139,
"end": 151,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ExpressionStatement",
"span": {
"start": 152,
"end": 173,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 152,
"end": 172,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 152,
"end": 166,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 152,
"end": 158,
"ctxt": 0
},
"value": "module",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 159,
"end": 166,
"ctxt": 0
},
"value": "exports",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 169,
"end": 172,
"ctxt": 0
},
"value": "Foo",
"optional": false
}
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 198,
"end": 236,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 206,
"end": 221,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 217,
"end": 221,
"ctxt": 0
},
"value": "Fooa",
"optional": false
},
"imported": {
"type": "Identifier",
"span": {
"start": 206,
"end": 213,
"ctxt": 0
},
"value": "default",
"optional": false
},
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 228,
"end": 235,
"ctxt": 0
},
"value": "./cls",
"raw": "\"./cls\""
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExportDeclaration",
"span": {
"start": 238,
"end": 266,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 245,
"end": 266,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 251,
"end": 265,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 251,
"end": 252,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 255,
"end": 265,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 259,
"end": 263,
"ctxt": 0
},
"value": "Fooa",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"definite": false
}
]
}
},
{
"type": "ExportNamedDeclaration",
"span": {
"start": 268,
"end": 306,
"ctxt": 0
},
"specifiers": [
{
"type": "ExportSpecifier",
"span": {
"start": 276,
"end": 291,
"ctxt": 0
},
"orig": {
"type": "Identifier",
"span": {
"start": 276,
"end": 283,
"ctxt": 0
},
"value": "default",
"optional": false
},
"exported": {
"type": "Identifier",
"span": {
"start": 287,
"end": 291,
"ctxt": 0
},
"value": "Foob",
"optional": false
},
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 298,
"end": 305,
"ctxt": 0
},
"value": "./cls",
"raw": "\"./cls\""
},
"typeOnly": false,
"asserts": null
}
],
"interpreter": null
}