Skip to content

Commit

Permalink
ImportDeclarations have no kind property
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine authored and marijnh committed Oct 29, 2017
1 parent bb4dd2d commit cedb8a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/loose/statement.js
Expand Up @@ -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") {
Expand Down

0 comments on commit cedb8a4

Please sign in to comment.