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

208 lines
5.2 KiB
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 115,
"end": 219,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 115,
"end": 126,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 119,
"end": 125,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 119,
"end": 120,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 123,
"end": 125,
"ctxt": 0
},
"value": 12.0
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 127,
"end": 219,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 127,
"end": 218,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 127,
"end": 141,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 127,
"end": 133,
"ctxt": 0
},
"value": "module",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 134,
"end": 141,
"ctxt": 0
},
"value": "exports",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 144,
"end": 218,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 150,
"end": 157,
"ctxt": 0
},
"value": "extends",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 159,
"end": 165,
"ctxt": 0
},
"value": "base",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 171,
"end": 175,
"ctxt": 0
},
"value": "more",
"optional": false
},
"value": {
"type": "ObjectExpression",
"span": {
"start": 177,
"end": 209,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 187,
"end": 193,
"ctxt": 0
},
"value": "others",
"optional": false
},
"value": {
"type": "ArrayExpression",
"span": {
"start": 195,
"end": 203,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 196,
"end": 202,
"ctxt": 0
},
"value": "strs",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
}
}
]
}
},
{
"type": "Identifier",
"span": {
"start": 215,
"end": 216,
"ctxt": 0
},
"value": "x",
"optional": false
}
]
}
}
}
],
"interpreter": null
}