{ "range": [ 0, 34 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 34 } }, "type": "Program", "body": [ { "range": [ 0, 34 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 34 } }, "type": "VariableDeclaration", "declarations": [ { "range": [ 4, 34 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 34 } }, "type": "VariableDeclarator", "id": { "range": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } }, "type": "Identifier", "name": "f" }, "init": { "range": [ 8, 34 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 34 } }, "type": "FunctionExpression", "id": null, "params": [], "body": { "range": [ 19, 34 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 34 } }, "type": "BlockStatement", "body": [ { "range": [ 21, 32 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 32 } }, "type": "ExpressionStatement", "expression": { "range": [ 21, 31 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 31 } }, "type": "MetaProperty", "meta": { "range": [ 21, 24 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 24 } }, "type": "Identifier", "name": "new" }, "property": { "range": [ 25, 31 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 31 } }, "type": "Identifier", "name": "target" } } } ] }, "generator": false, "expression": false, "async": false } } ], "kind": "var" } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "var", "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Identifier", "value": "f", "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": "Keyword", "value": "function", "range": [ 8, 16 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 16 } } }, { "type": "Punctuator", "value": "(", "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": "Punctuator", "value": "{", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } }, { "type": "Keyword", "value": "new", "range": [ 21, 24 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 24 } } }, { "type": "Punctuator", "value": ".", "range": [ 24, 25 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 25 } } }, { "type": "Identifier", "value": "target", "range": [ 25, 31 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 31 } } }, { "type": "Punctuator", "value": ";", "range": [ 31, 32 ], "loc": { "start": { "line": 1, "column": 31 }, "end": { "line": 1, "column": 32 } } }, { "type": "Punctuator", "value": "}", "range": [ 33, 34 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 34 } } } ] }