{ "type": "Program", "body": [ { "range": [ 0, 26 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 26 } }, "type": "ExportDefaultDeclaration", "declaration": { "range": [ 15, 25 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 25 } }, "type": "ObjectExpression", "properties": [ { "range": [ 17, 23 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 23 } }, "type": "Property", "key": { "range": [ 17, 20 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 20 } }, "type": "Identifier", "name": "foo" }, "computed": false, "value": { "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } }, "type": "Literal", "value": 1, "raw": "1" }, "kind": "init", "method": false, "shorthand": false } ] } } ], "sourceType": "module", "tokens": [ { "type": "Keyword", "value": "export", "range": [ 0, 6 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 6 } } }, { "type": "Keyword", "value": "default", "range": [ 7, 14 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 14 } } }, { "type": "Punctuator", "value": "{", "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } } }, { "type": "Identifier", "value": "foo", "range": [ 17, 20 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 20 } } }, { "type": "Punctuator", "value": ":", "range": [ 20, 21 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 21 } } }, { "type": "Numeric", "value": "1", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } }, { "type": "Punctuator", "value": "}", "range": [ 24, 25 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 25 } } }, { "type": "Punctuator", "value": ";", "range": [ 25, 26 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 26 } } } ], "range": [ 0, 26 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 26 } } }