{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "UnaryExpression", "operator": "~", "argument": { "type": "Identifier", "name": "x", "range": [ 1, 2 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 2 } } }, "prefix": true, "range": [ 0, 2 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 2 } } }, "range": [ 0, 2 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 2 } } } ], "sourceType": "script", "tokens": [ { "type": "Punctuator", "value": "~", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Identifier", "value": "x", "range": [ 1, 2 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 2 } } } ], "range": [ 0, 2 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 2 } } }