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

196 lines
4.4 KiB
JSON

{
"type": "Script",
"span": {
"start": 76,
"end": 145,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 76,
"end": 108,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 76,
"end": 108,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 76,
"end": 91,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 76,
"end": 83,
"ctxt": 0
},
"value": "exports",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 84,
"end": 91,
"ctxt": 0
},
"value": "default",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 94,
"end": 108,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 96,
"end": 97,
"ctxt": 0
},
"value": "m",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 99,
"end": 100,
"ctxt": 0
},
"value": 1.0
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 102,
"end": 103,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 105,
"end": 106,
"ctxt": 0
},
"value": 1.0
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 109,
"end": 145,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 109,
"end": 144,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 109,
"end": 123,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 109,
"end": 115,
"ctxt": 0
},
"value": "module",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 116,
"end": 123,
"ctxt": 0
},
"value": "exports",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 126,
"end": 144,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 126,
"end": 133,
"ctxt": 0
},
"value": "exports",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 133,
"end": 144,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 134,
"end": 143,
"ctxt": 0
},
"value": "default",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
}
}
}
],
"interpreter": null
}