{ "type": "Program", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "o", "decorators": [], "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 6 } } }, "init": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 18, "column": 5 }, "end": { "line": 18, "column": 6 } } }, "value": { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 18, "column": 9 } } }, "kind": "init", "loc": { "start": { "line": 18, "column": 5 }, "end": { "line": 18, "column": 9 } } } ], "loc": { "start": { "line": 17, "column": 9 }, "end": { "line": 19, "column": 2 } } }, "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 19, "column": 2 } } } ], "kind": "var", "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 19, "column": 2 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 21, "column": 5 }, "end": { "line": 21, "column": 6 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "ObjectExpression", "properties": [ { "type": "SpreadElement", "argument": { "type": "Identifier", "name": "o", "decorators": [], "loc": { "start": { "line": 21, "column": 13 }, "end": { "line": 21, "column": 14 } } }, "loc": { "start": { "line": 21, "column": 10 }, "end": { "line": 21, "column": 14 } } } ], "loc": { "start": { "line": 21, "column": 9 }, "end": { "line": 21, "column": 15 } } }, "typeAnnotation": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "const", "decorators": [], "loc": { "start": { "line": 21, "column": 19 }, "end": { "line": 21, "column": 24 } } }, "loc": { "start": { "line": 21, "column": 19 }, "end": { "line": 21, "column": 24 } } }, "loc": { "start": { "line": 21, "column": 9 }, "end": { "line": 21, "column": 25 } } }, "loc": { "start": { "line": 21, "column": 5 }, "end": { "line": 21, "column": 25 } } } ], "kind": "var", "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 21, "column": 25 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 2 } } }, "property": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 22, "column": 3 }, "end": { "line": 22, "column": 4 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 4 } } }, "right": { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 22, "column": 7 }, "end": { "line": 22, "column": 8 } } }, "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 8 } } }, "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 9 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 22, "column": 9 } } }