{ "type": "Program", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "o", "range": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, "init": { "type": "ObjectExpression", "properties": [ { "type": "Property", "key": { "type": "Identifier", "name": "one", "range": [ 9, 12 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 12 } } }, "computed": false, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [], "range": [ 25, 27 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 27 } } }, "generator": false, "expression": false, "async": false, "range": [ 14, 27 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 27 } } }, "kind": "init", "method": false, "shorthand": false, "range": [ 9, 27 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 27 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "two", "range": [ 28, 31 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 31 } } }, "computed": false, "value": { "type": "Literal", "value": 2, "raw": "2", "range": [ 32, 33 ], "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 33 } } }, "kind": "init", "method": false, "shorthand": false, "range": [ 28, 33 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 33 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "three", "range": [ 34, 39 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 39 } } }, "computed": false, "value": { "type": "Literal", "value": 3, "raw": "3", "range": [ 41, 42 ], "loc": { "start": { "line": 1, "column": 41 }, "end": { "line": 1, "column": 42 } } }, "kind": "init", "method": false, "shorthand": false, "range": [ 34, 42 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 42 } } } ], "range": [ 8, 43 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 43 } } }, "range": [ 4, 43 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 43 } } } ], "kind": "var", "range": [ 0, 44 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 44 } } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "var", "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Identifier", "value": "o", "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": "Punctuator", "value": "{", "range": [ 8, 9 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 9 } } }, { "type": "Identifier", "value": "one", "range": [ 9, 12 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": ":", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } }, { "type": "Keyword", "value": "function", "range": [ 14, 22 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 22 } } }, { "type": "Punctuator", "value": "(", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } }, { "type": "Punctuator", "value": ")", "range": [ 23, 24 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 24 } } }, { "type": "Punctuator", "value": "{", "range": [ 25, 26 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 26 } } }, { "type": "Punctuator", "value": "}", "range": [ 26, 27 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 27 } } }, { "type": "Identifier", "value": "two", "range": [ 28, 31 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 31 } } }, { "type": "Punctuator", "value": ":", "range": [ 31, 32 ], "loc": { "start": { "line": 1, "column": 31 }, "end": { "line": 1, "column": 32 } } }, { "type": "Numeric", "value": "2", "range": [ 32, 33 ], "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 33 } } }, { "type": "Identifier", "value": "three", "range": [ 34, 39 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 39 } } }, { "type": "Punctuator", "value": ":", "range": [ 39, 40 ], "loc": { "start": { "line": 1, "column": 39 }, "end": { "line": 1, "column": 40 } } }, { "type": "Numeric", "value": "3", "range": [ 41, 42 ], "loc": { "start": { "line": 1, "column": 41 }, "end": { "line": 1, "column": 42 } } }, { "type": "Punctuator", "value": "}", "range": [ 42, 43 ], "loc": { "start": { "line": 1, "column": 42 }, "end": { "line": 1, "column": 43 } } }, { "type": "Punctuator", "value": ";", "range": [ 43, 44 ], "loc": { "start": { "line": 1, "column": 43 }, "end": { "line": 1, "column": 44 } } } ], "errors": [ { "index": 28, "lineNumber": 1, "column": 29, "message": "Error: Line 1: Unexpected token two" }, { "index": 34, "lineNumber": 1, "column": 35, "message": "Error: Line 1: Unexpected token three" } ], "range": [ 0, 44 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 44 } } }