{ "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": false, "computed": false, "key": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 17, "column": 10 }, "end": { "line": 17, "column": 13 } } }, "value": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 17, "column": 17 }, "end": { "line": 17, "column": 20 } } }, "value": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "baz", "decorators": [], "loc": { "start": { "line": 17, "column": 24 }, "end": { "line": 17, "column": 27 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 17, "column": 30 }, "end": { "line": 17, "column": 31 } } }, "kind": "init", "loc": { "start": { "line": 17, "column": 24 }, "end": { "line": 17, "column": 31 } } } ], "loc": { "start": { "line": 17, "column": 23 }, "end": { "line": 17, "column": 32 } } }, "kind": "init", "loc": { "start": { "line": 17, "column": 17 }, "end": { "line": 17, "column": 32 } } } ], "loc": { "start": { "line": 17, "column": 16 }, "end": { "line": 17, "column": 33 } } }, "kind": "init", "loc": { "start": { "line": 17, "column": 10 }, "end": { "line": 17, "column": 33 } } } ], "loc": { "start": { "line": 17, "column": 9 }, "end": { "line": 17, "column": 34 } } }, "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 34 } } } ], "kind": "var", "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 17, "column": 35 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "b", "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 18, "column": 14 } } }, "decorators": [], "loc": { "start": { "line": 18, "column": 5 }, "end": { "line": 18, "column": 6 } } }, "init": null, "loc": { "start": { "line": 18, "column": 5 }, "end": { "line": 18, "column": 6 } } } ], "kind": "var", "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 15 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 2 } } }, "right": { "type": "ChainExpression", "expression": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 19, "column": 5 }, "end": { "line": 19, "column": 6 } } }, "property": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 19, "column": 7 }, "end": { "line": 19, "column": 10 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 19, "column": 5 }, "end": { "line": 19, "column": 10 } } }, "property": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 19, "column": 12 }, "end": { "line": 19, "column": 15 } } }, "computed": false, "optional": true, "loc": { "start": { "line": 19, "column": 5 }, "end": { "line": 19, "column": 15 } } }, "property": { "type": "Identifier", "name": "baz", "decorators": [], "loc": { "start": { "line": 19, "column": 16 }, "end": { "line": 19, "column": 19 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 19, "column": 5 }, "end": { "line": 19, "column": 19 } } }, "loc": { "start": { "line": 19, "column": 5 }, "end": { "line": 19, "column": 19 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 19 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 20 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 20, "column": 1 } } }