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

305 lines
6.7 KiB
JSON

{
"type": "Module",
"span": {
"start": 114,
"end": 217,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 114,
"end": 141,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 120,
"end": 141,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 120,
"end": 121,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 124,
"end": 141,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 124,
"end": 139,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 124,
"end": 131,
"ctxt": 0
},
"value": "require",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 132,
"end": 138,
"ctxt": 0
},
"value": "./ch",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 140,
"end": 141,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 142,
"end": 143,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 142,
"end": 143,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 144,
"end": 150,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 144,
"end": 150,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 144,
"end": 145,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 146,
"end": 150,
"ctxt": 0
},
"value": "grey",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 151,
"end": 159,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 151,
"end": 159,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 151,
"end": 154,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 151,
"end": 152,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 153,
"end": 154,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 155,
"end": 159,
"ctxt": 0
},
"value": "grey",
"optional": false
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 180,
"end": 204,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 186,
"end": 204,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 186,
"end": 187,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 190,
"end": 204,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 194,
"end": 198,
"ctxt": 0
},
"value": "grey",
"optional": false
},
"value": {
"type": "ObjectExpression",
"span": {
"start": 200,
"end": 202,
"ctxt": 0
},
"properties": []
}
}
]
},
"definite": false
}
]
},
{
"type": "ExportNamedDeclaration",
"span": {
"start": 205,
"end": 217,
"ctxt": 0
},
"specifiers": [
{
"type": "ExportSpecifier",
"span": {
"start": 214,
"end": 215,
"ctxt": 0
},
"orig": {
"type": "Identifier",
"span": {
"start": 214,
"end": 215,
"ctxt": 0
},
"value": "x",
"optional": false
},
"exported": null,
"isTypeOnly": false
}
],
"source": null,
"typeOnly": false,
"asserts": null
}
],
"interpreter": null
}