{ "type": "Program", "body": [ { "range": [ 0, 21 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 21 } }, "type": "ImportDeclaration", "specifiers": [], "source": { "range": [ 15, 20 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 20 } }, "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": "Punctuator", "value": "{", "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } }, { "type": "Punctuator", "value": "}", "range": [ 8, 9 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 9 } } }, { "type": "Identifier", "value": "from", "range": [ 10, 14 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 14 } } }, { "type": "String", "value": "\"foo\"", "range": [ 15, 20 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 20 } } }, { "type": "Punctuator", "value": ";", "range": [ 20, 21 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 21 } } } ], "range": [ 0, 21 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 21 } } }