{ "type": "File", "start": 0, "end": 30, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 30 } }, "program": { "type": "Program", "start": 0, "end": 30, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 30 } }, "sourceType": "script", "body": [ { "type": "VariableDeclaration", "start": 0, "end": 30, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 30 } }, "declarations": [ { "type": "VariableDeclarator", "start": 4, "end": 29, "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 29 } }, "id": { "type": "Identifier", "start": 4, "end": 7, "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 7 }, "identifierName": "obj" }, "name": "obj" }, "init": { "type": "ObjectExpression", "start": 10, "end": 29, "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 29 } }, "properties": [ { "type": "ObjectProperty", "start": 17, "end": 27, "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 27 } }, "decorators": [ { "type": "Decorator", "start": 12, "end": 16, "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 16 } }, "expression": { "type": "Identifier", "start": 13, "end": 16, "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 16 }, "identifierName": "foo" }, "name": "foo" } } ], "method": false, "computed": false, "key": { "type": "Identifier", "start": 17, "end": 20, "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 20 }, "identifierName": "bar" }, "name": "bar" }, "shorthand": false, "value": { "type": "StringLiteral", "start": 22, "end": 27, "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 27 } }, "extra": { "rawValue": "wow", "raw": "'wow'" }, "value": "wow" } } ] } } ], "kind": "var" } ], "directives": [] } }