remove useless kind on import declarations
This commit is contained in:
parent
061561bfd8
commit
c4b2818336
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user