{ "type": "File", "start": 0, "end": 16, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 16 } }, "program": { "type": "Program", "start": 0, "end": 16, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 16 } }, "sourceType": "script", "body": [ { "type": "BlockStatement", "start": 0, "end": 16, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 16 } }, "body": [ { "type": "VariableDeclaration", "start": 2, "end": 14, "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 14 } }, "declarations": [ { "type": "VariableDeclarator", "start": 8, "end": 14, "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 14 } }, "id": { "type": "Identifier", "start": 8, "end": 9, "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 9 }, "identifierName": "x" }, "name": "x" }, "init": { "type": "NumericLiteral", "start": 12, "end": 14, "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 14 } }, "extra": { "rawValue": 42, "raw": "42" }, "value": 42 } } ], "kind": "const" } ], "directives": [] } ], "directives": [] } }