remove useless kind on import declarations

This commit is contained in:
Sebastian McKenzie 2015-04-13 14:55:46 -07:00
parent 061561bfd8
commit c4b2818336

View File

@ -691,7 +691,6 @@ pp.parseImport = function(node) {
if (this.type === tt.string) {
node.specifiers = empty
node.source = this.parseExprAtom()
node.kind = ""
} else {
node.specifiers = []
this.parseImportSpecifiers(node)