{ "type": "Program", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 6 } } }, "init": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": true, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 17, "column": 11 }, "end": { "line": 17, "column": 12 } } }, "value": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 17, "column": 11 }, "end": { "line": 17, "column": 12 } } }, "kind": "init", "loc": { "start": { "line": 17, "column": 11 }, "end": { "line": 17, "column": 12 } } }, { "type": "Property", "method": false, "shorthand": true, "computed": false, "key": { "type": "StringLiteral", "value": "b", "loc": { "start": { "line": 17, "column": 14 }, "end": { "line": 17, "column": 17 } } }, "value": { "type": "NumberLiteral", "value": 6, "loc": { "start": { "line": 17, "column": 19 }, "end": { "line": 17, "column": 20 } } }, "kind": "init", "loc": { "start": { "line": 17, "column": 14 }, "end": { "line": 17, "column": 20 } } }, { "type": "Property", "method": false, "shorthand": true, "computed": false, "key": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 17, "column": 22 }, "end": { "line": 17, "column": 23 } } }, "value": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 17, "column": 22 }, "end": { "line": 17, "column": 23 } } }, "kind": "init", "loc": { "start": { "line": 17, "column": 22 }, "end": { "line": 17, "column": 23 } } }, { "type": "Property", "method": false, "shorthand": true, "computed": false, "key": { "type": "Identifier", "name": "d", "decorators": [], "loc": { "start": { "line": 17, "column": 25 }, "end": { "line": 17, "column": 26 } } }, "value": { "type": "Identifier", "name": "d", "decorators": [], "loc": { "start": { "line": 17, "column": 25 }, "end": { "line": 17, "column": 26 } } }, "kind": "init", "loc": { "start": { "line": 17, "column": 25 }, "end": { "line": 17, "column": 26 } } } ], "loc": { "start": { "line": 17, "column": 9 }, "end": { "line": 17, "column": 28 } } }, "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 17, "column": 28 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 18, "column": 1 } } }