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

276 lines
6.0 KiB
JSON

{
"type": "Module",
"span": {
"start": 129,
"end": 303,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 129,
"end": 161,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 135,
"end": 160,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 135,
"end": 136,
"ctxt": 0
},
"value": "m",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 139,
"end": 160,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 139,
"end": 146,
"ctxt": 0
},
"value": "require",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 147,
"end": 159,
"ctxt": 0
},
"value": "./exporter",
"raw": "\"./exporter\""
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 163,
"end": 190,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 163,
"end": 189,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 163,
"end": 177,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 163,
"end": 169,
"ctxt": 0
},
"value": "module",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 170,
"end": 177,
"ctxt": 0
},
"value": "exports",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 180,
"end": 189,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 180,
"end": 181,
"ctxt": 0
},
"value": "m",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 182,
"end": 189,
"ctxt": 0
},
"value": "default",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 191,
"end": 227,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 191,
"end": 226,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 191,
"end": 216,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 191,
"end": 205,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 191,
"end": 197,
"ctxt": 0
},
"value": "module",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 198,
"end": 205,
"ctxt": 0
},
"value": "exports",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 206,
"end": 216,
"ctxt": 0
},
"value": "memberName",
"optional": false
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 219,
"end": 226,
"ctxt": 0
},
"value": "thing",
"raw": "\"thing\""
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 264,
"end": 272,
"ctxt": 0
},
"value": "validate",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 255,
"end": 277,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 275,
"end": 277,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "ExportDefaultExpression",
"span": {
"start": 279,
"end": 303,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 294,
"end": 302,
"ctxt": 0
},
"value": "validate",
"optional": false
}
}
],
"interpreter": null
}