1{ 2 "type": "Program", 3 "statements": [ 4 { 5 "type": "ExpressionStatement", 6 "expression": { 7 "type": "ImportExpression", 8 "source": { 9 "type": "StringLiteral", 10 "value": "foo", 11 "loc": { 12 "start": { 13 "line": 20, 14 "column": 8 15 }, 16 "end": { 17 "line": 20, 18 "column": 13 19 } 20 } 21 }, 22 "loc": { 23 "start": { 24 "line": 20, 25 "column": 1 26 }, 27 "end": { 28 "line": 20, 29 "column": 14 30 } 31 } 32 }, 33 "loc": { 34 "start": { 35 "line": 20, 36 "column": 1 37 }, 38 "end": { 39 "line": 20, 40 "column": 14 41 } 42 } 43 }, 44 { 45 "type": "VariableDeclaration", 46 "declarations": [ 47 { 48 "type": "VariableDeclarator", 49 "id": { 50 "type": "Identifier", 51 "name": "a", 52 "decorators": [], 53 "loc": { 54 "start": { 55 "line": 21, 56 "column": 5 57 }, 58 "end": { 59 "line": 21, 60 "column": 6 61 } 62 } 63 }, 64 "init": { 65 "type": "ImportExpression", 66 "source": { 67 "type": "StringLiteral", 68 "value": "bar", 69 "loc": { 70 "start": { 71 "line": 21, 72 "column": 16 73 }, 74 "end": { 75 "line": 21, 76 "column": 21 77 } 78 } 79 }, 80 "loc": { 81 "start": { 82 "line": 21, 83 "column": 9 84 }, 85 "end": { 86 "line": 21, 87 "column": 22 88 } 89 } 90 }, 91 "loc": { 92 "start": { 93 "line": 21, 94 "column": 5 95 }, 96 "end": { 97 "line": 21, 98 "column": 22 99 } 100 } 101 } 102 ], 103 "kind": "var", 104 "loc": { 105 "start": { 106 "line": 21, 107 "column": 1 108 }, 109 "end": { 110 "line": 21, 111 "column": 23 112 } 113 } 114 }, 115 { 116 "type": "ImportDeclaration", 117 "source": { 118 "type": "StringLiteral", 119 "value": "foobar", 120 "loc": { 121 "start": { 122 "line": 22, 123 "column": 8 124 }, 125 "end": { 126 "line": 22, 127 "column": 16 128 } 129 } 130 }, 131 "specifiers": [], 132 "loc": { 133 "start": { 134 "line": 22, 135 "column": 1 136 }, 137 "end": { 138 "line": 22, 139 "column": 17 140 } 141 } 142 } 143 ], 144 "loc": { 145 "start": { 146 "line": 1, 147 "column": 1 148 }, 149 "end": { 150 "line": 23, 151 "column": 1 152 } 153 } 154} 155