{ "type": "Program", "body": [ { "range": [ 0, 35 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 35 } }, "type": "ImportDeclaration", "specifiers": [ { "range": [ 8, 22 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 22 } }, "type": "ImportSpecifier", "local": { "range": [ 19, 22 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 22 } }, "type": "Identifier", "name": "foo" }, "imported": { "range": [ 8, 15 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 15 } }, "type": "Identifier", "name": "default" } } ], "source": { "range": [ 29, 34 ], "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 34 } }, "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": "Keyword", "value": "default", "range": [ 8, 15 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 15 } } }, { "type": "Identifier", "value": "as", "range": [ 16, 18 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 18 } } }, { "type": "Identifier", "value": "foo", "range": [ 19, 22 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 22 } } }, { "type": "Punctuator", "value": "}", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } }, { "type": "Identifier", "value": "from", "range": [ 24, 28 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 28 } } }, { "type": "String", "value": "\"foo\"", "range": [ 29, 34 ], "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 34 } } }, { "type": "Punctuator", "value": ";", "range": [ 34, 35 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 35 } } } ], "range": [ 0, 35 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 35 } } }