{ "type": "Program", "statements": [ { "type": "ExpressionStatement", "expression": { "type": "ImportExpression", "source": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 20, "column": 8 }, "end": { "line": 20, "column": 13 } } }, "loc": { "start": { "line": 20, "column": 1 }, "end": { "line": 20, "column": 14 } } }, "loc": { "start": { "line": 20, "column": 1 }, "end": { "line": 20, "column": 14 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 21, "column": 5 }, "end": { "line": 21, "column": 6 } } }, "init": { "type": "ImportExpression", "source": { "type": "StringLiteral", "value": "bar", "loc": { "start": { "line": 21, "column": 16 }, "end": { "line": 21, "column": 21 } } }, "loc": { "start": { "line": 21, "column": 9 }, "end": { "line": 21, "column": 22 } } }, "loc": { "start": { "line": 21, "column": 5 }, "end": { "line": 21, "column": 22 } } } ], "kind": "var", "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 21, "column": 23 } } }, { "type": "ImportDeclaration", "source": { "type": "StringLiteral", "value": "foobar", "loc": { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 16 } } }, "specifiers": [], "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 17 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 23, "column": 1 } } }