diff --git a/src/loose/statement.js b/src/loose/statement.js index 3b6f4a19f..19e96b4c1 100644 --- a/src/loose/statement.js +++ b/src/loose/statement.js @@ -378,7 +378,6 @@ lp.parseImport = function() { if (this.tok.type === tt.string) { node.specifiers = [] node.source = this.parseExprAtom() - node.kind = "" } else { let elt if (this.tok.type === tt.name && this.tok.value !== "from") {