{ "type": "Program", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "x", "range": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, "init": { "type": "Literal", "value": 14, "raw": "14", "range": [ 8, 10 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 10 } } }, "range": [ 4, 10 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 10 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "y", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } }, "init": { "type": "Literal", "value": 3, "raw": "3", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, "range": [ 12, 17 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 17 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "z", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } }, "init": { "type": "Literal", "value": 1977, "raw": "1977", "range": [ 23, 27 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 27 } } }, "range": [ 19, 27 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 27 } } } ], "kind": "var", "range": [ 0, 27 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 27 } } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "var", "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Identifier", "value": "x", "range": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, { "type": "Punctuator", "value": "=", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, { "type": "Numeric", "value": "14", "range": [ 8, 10 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 10 } } }, { "type": "Punctuator", "value": ",", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } }, { "type": "Identifier", "value": "y", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } }, { "type": "Punctuator", "value": "=", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, { "type": "Numeric", "value": "3", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, { "type": "Punctuator", "value": ",", "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } } }, { "type": "Identifier", "value": "z", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } }, { "type": "Punctuator", "value": "=", "range": [ 21, 22 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 22 } } }, { "type": "Numeric", "value": "1977", "range": [ 23, 27 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 27 } } } ], "range": [ 0, 27 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 27 } } }