{ "type": "Program", "body": [ { "type": "ExportNamedDeclaration", "declaration": { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "async", "range": [ 11, 16 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 16 } } }, "init": { "type": "Literal", "value": 4, "raw": "4", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } }, "range": [ 11, 20 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 20 } } } ], "kind": "var", "range": [ 7, 20 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 20 } } }, "specifiers": [], "source": null, "range": [ 0, 20 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 20 } } } ], "sourceType": "module", "range": [ 0, 20 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 20 } }, "tokens": [ { "type": "Keyword", "value": "export", "range": [ 0, 6 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 6 } } }, { "type": "Keyword", "value": "var", "range": [ 7, 10 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 10 } } }, { "type": "Identifier", "value": "async", "range": [ 11, 16 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 16 } } }, { "type": "Punctuator", "value": "=", "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } } }, { "type": "Numeric", "value": "4", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } } ] }