{ "type": "Program", "body": [ { "type": "BlockStatement", "body": [ { "type": "ThrowStatement", "argument": { "type": "Identifier", "name": "error", "range": [ 8, 13 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 13 } } }, "range": [ 2, 13 ], "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 13 } } }, { "type": "ExpressionStatement", "expression": { "type": "Identifier", "name": "error", "range": [ 24, 29 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 5 } } }, "range": [ 24, 30 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 6 } } } ], "range": [ 0, 32 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 8 } } } ], "sourceType": "script", "tokens": [ { "type": "Punctuator", "value": "{", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Keyword", "value": "throw", "range": [ 2, 7 ], "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 7 } } }, { "type": "Identifier", "value": "error", "range": [ 8, 13 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 13 } } }, { "type": "Identifier", "value": "error", "range": [ 24, 29 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 5 } } }, { "type": "Punctuator", "value": ";", "range": [ 29, 30 ], "loc": { "start": { "line": 2, "column": 5 }, "end": { "line": 2, "column": 6 } } }, { "type": "Punctuator", "value": "}", "range": [ 31, 32 ], "loc": { "start": { "line": 2, "column": 7 }, "end": { "line": 2, "column": 8 } } } ], "range": [ 0, 32 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 8 } } }