ericphanson / ExplicitImports.jl

Developer tooling for Julia namespace management: detecting implicit imports, improper explicit imports, and improper qualified accesses
https://ericphanson.github.io/ExplicitImports.jl/
MIT License
62 stars 2 forks source link

handle do-syntax #44

Closed ericphanson closed 1 month ago

ericphanson commented 1 month ago

this is tricky! need to keep a bit more state, since do does not introduce scope to all it's children, only the 2nd two