{ "type": "Program", "body": [ { "type": "ExportDefaultDeclaration", "declaration": { "type": "Literal", "value": 42, "raw": "42", "range": [ 15, 17 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 17 } } }, "range": [ 0, 18 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 18 } } } ], "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": "Numeric", "value": "42", "range": [ 15, 17 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 17 } } }, { "type": "Punctuator", "value": ";", "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } } } ], "range": [ 0, 18 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 18 } } }