{ "type": "Program", "body": [ { "type": "ExportNamedDeclaration", "declaration": null, "specifiers": [ { "type": "ExportSpecifier", "exported": { "type": "Identifier", "name": "bar", "range": [ 15, 18 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 18 } } }, "local": { "type": "Identifier", "name": "foo", "range": [ 8, 11 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 11 } } }, "range": [ 8, 18 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 18 } } } ], "source": { "type": "Literal", "value": "foo", "raw": "\"foo\"", "range": [ 25, 30 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 30 } } }, "range": [ 0, 31 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 31 } } } ], "sourceType": "module", "tokens": [ { "type": "Keyword", "value": "export", "range": [ 0, 6 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 6 } } }, { "type": "Punctuator", "value": "{", "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } }, { "type": "Identifier", "value": "foo", "range": [ 8, 11 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 11 } } }, { "type": "Identifier", "value": "as", "range": [ 12, 14 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 14 } } }, { "type": "Identifier", "value": "bar", "range": [ 15, 18 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 18 } } }, { "type": "Punctuator", "value": "}", "range": [ 18, 19 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 19 } } }, { "type": "Identifier", "value": "from", "range": [ 20, 24 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 24 } } }, { "type": "String", "value": "\"foo\"", "range": [ 25, 30 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 30 } } }, { "type": "Punctuator", "value": ";", "range": [ 30, 31 ], "loc": { "start": { "line": 1, "column": 30 }, "end": { "line": 1, "column": 31 } } } ], "range": [ 0, 31 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 31 } } }