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

201 lines
4.9 KiB
JSON

{
"type": "Script",
"span": {
"start": 116,
"end": 220,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 116,
"end": 127,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 120,
"end": 126,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 120,
"end": 121,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 124,
"end": 126,
"ctxt": 0
},
"value": 12.0,
"raw": "12"
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 128,
"end": 220,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 128,
"end": 219,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 128,
"end": 142,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 128,
"end": 134,
"ctxt": 0
},
"value": "module",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 135,
"end": 142,
"ctxt": 0
},
"value": "exports",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 145,
"end": 219,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 151,
"end": 158,
"ctxt": 0
},
"value": "extends",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 160,
"end": 166,
"ctxt": 0
},
"value": "base",
"raw": "'base'"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 172,
"end": 176,
"ctxt": 0
},
"value": "more",
"optional": false
},
"value": {
"type": "ObjectExpression",
"span": {
"start": 178,
"end": 210,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 188,
"end": 194,
"ctxt": 0
},
"value": "others",
"optional": false
},
"value": {
"type": "ArrayExpression",
"span": {
"start": 196,
"end": 204,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 197,
"end": 203,
"ctxt": 0
},
"value": "strs",
"raw": "'strs'"
}
}
]
}
}
]
}
},
{
"type": "Identifier",
"span": {
"start": 216,
"end": 217,
"ctxt": 0
},
"value": "x",
"optional": false
}
]
}
}
}
],
"interpreter": null
}