|
@@ -156,6 +156,7 @@ func (p *Parser) invokeImportedApi(filename string, imports []*ImportExpr) ([]*A
|
|
}
|
|
}
|
|
// ignore already imported file
|
|
// ignore already imported file
|
|
if p.alreadyImported(impPath) {
|
|
if p.alreadyImported(impPath) {
|
|
|
|
+ p.importStatck.pop()
|
|
continue
|
|
continue
|
|
}
|
|
}
|
|
p.fileMap[impPath] = PlaceHolder{}
|
|
p.fileMap[impPath] = PlaceHolder{}
|