{ "type": "File", "start": 0, "end": 17, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 17 } }, "program": { "type": "Program", "start": 0, "end": 17, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 17 } }, "sourceType": "script", "body": [ { "type": "VariableDeclaration", "start": 0, "end": 17, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 17 } }, "declarations": [ { "type": "VariableDeclarator", "start": 4, "end": 16, "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 16 } }, "id": { "type": "Identifier", "start": 4, "end": 5, "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 }, "identifierName": "a" }, "name": "a" }, "init": { "type": "Literal", "start": 8, "end": 16, "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 16 } }, "value": "string", "raw": "\"string\"" } } ], "kind": "var" } ] } }