{ "type": "Program", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "variable", "typeAnnotation": { "type": "TSUnknownKeyword", "loc": { "start": { "line": 17, "column": 15 }, "end": { "line": 17, "column": 22 } } }, "decorators": [], "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 13 } } }, "init": null, "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 13 } } } ], "kind": "let", "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 17, "column": 23 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "variable", "decorators": [], "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 9 } } }, "right": { "type": "NullLiteral", "value": null, "loc": { "start": { "line": 19, "column": 12 }, "end": { "line": 19, "column": 16 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 16 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 17 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "variable", "decorators": [], "loc": { "start": { "line": 20, "column": 1 }, "end": { "line": 20, "column": 9 } } }, "right": { "type": "BooleanLiteral", "value": true, "loc": { "start": { "line": 20, "column": 12 }, "end": { "line": 20, "column": 16 } } }, "loc": { "start": { "line": 20, "column": 1 }, "end": { "line": 20, "column": 16 } } }, "loc": { "start": { "line": 20, "column": 1 }, "end": { "line": 20, "column": 17 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "variable", "decorators": [], "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 21, "column": 9 } } }, "right": { "type": "NumberLiteral", "value": 12, "loc": { "start": { "line": 21, "column": 12 }, "end": { "line": 21, "column": 14 } } }, "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 21, "column": 14 } } }, "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 21, "column": 15 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "variable", "decorators": [], "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 9 } } }, "right": { "type": "StringLiteral", "value": "Hello World", "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 22, "column": 25 } } }, "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 25 } } }, "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 26 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "variable", "decorators": [], "loc": { "start": { "line": 23, "column": 1 }, "end": { "line": 23, "column": 9 } } }, "right": { "type": "ArrayExpression", "elements": [], "loc": { "start": { "line": 23, "column": 12 }, "end": { "line": 23, "column": 14 } } }, "loc": { "start": { "line": 23, "column": 1 }, "end": { "line": 23, "column": 14 } } }, "loc": { "start": { "line": 23, "column": 1 }, "end": { "line": 23, "column": 15 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "variable", "decorators": [], "loc": { "start": { "line": 24, "column": 1 }, "end": { "line": 24, "column": 9 } } }, "right": { "type": "ObjectExpression", "properties": [], "loc": { "start": { "line": 24, "column": 12 }, "end": { "line": 24, "column": 14 } } }, "loc": { "start": { "line": 24, "column": 1 }, "end": { "line": 24, "column": 14 } } }, "loc": { "start": { "line": 24, "column": 1 }, "end": { "line": 24, "column": 15 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 25, "column": 1 } } }