{ "type": "Program", "body": [ { "range": [ 0, 24 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 24 } }, "type": "ImportDeclaration", "specifiers": [ { "range": [ 8, 11 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 11 } }, "type": "ImportSpecifier", "local": { "range": [ 8, 11 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 11 } }, "type": "Identifier", "name": "bar" }, "imported": { "range": [ 8, 11 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 11 } }, "type": "Identifier", "name": "bar" } } ], "source": { "range": [ 18, 23 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 23 } }, "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": "Identifier", "value": "bar", "range": [ 8, 11 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 11 } } }, { "type": "Punctuator", "value": "}", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Identifier", "value": "from", "range": [ 13, 17 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 17 } } }, { "type": "String", "value": "\"foo\"", "range": [ 18, 23 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 23 } } }, { "type": "Punctuator", "value": ";", "range": [ 23, 24 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 24 } } } ], "range": [ 0, 24 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 24 } } }