{ "type": "Program", "body": [ { "range": [ 0, 13 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 13 } }, "type": "ImportDeclaration", "specifiers": [], "source": { "range": [ 7, 12 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 12 } }, "type": "Literal", "value": "foo", "raw": "\"foo\"" } } ], "sourceType": "module", "tokens": [ { "type": "Keyword", "value": "import", "range": [ 0, 6 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 6 } } }, { "type": "String", "value": "\"foo\"", "range": [ 7, 12 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": ";", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } } ], "range": [ 0, 13 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 13 } } }