{ "type": "Program", "body": [ { "range": [ 0, 33 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 33 } }, "type": "ImportDeclaration", "specifiers": [ { "range": [ 9, 20 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 20 } }, "type": "ImportSpecifier", "local": { "range": [ 17, 20 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 20 } }, "type": "Identifier", "name": "nil" }, "imported": { "range": [ 9, 13 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 13 } }, "type": "Identifier", "name": "null" } } ], "source": { "range": [ 28, 33 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 33 } }, "type": "Literal", "value": "bar", "raw": "\"bar\"" } } ], "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": "Null", "value": "null", "range": [ 9, 13 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 13 } } }, { "type": "Identifier", "value": "as", "range": [ 14, 16 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 16 } } }, { "type": "Identifier", "value": "nil", "range": [ 17, 20 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 20 } } }, { "type": "Punctuator", "value": "}", "range": [ 21, 22 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 22 } } }, { "type": "Identifier", "value": "from", "range": [ 23, 27 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 27 } } }, { "type": "String", "value": "\"bar\"", "range": [ 28, 33 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 33 } } } ], "range": [ 0, 33 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 33 } } }