aviatesk / JET.jl

An experimental code analyzer for Julia. No need for additional type annotations.
https://aviatesk.github.io/JET.jl/dev/
MIT License
708 stars 29 forks source link

Include submodules in `target_modules`? #628

Open KristofferC opened 1 month ago

KristofferC commented 1 month ago

If I do target_modules=(Pkg,) JET barely shows anything because Pkg has some submodules. Maybe it makes sense to include submodules by default. I think it is unlikely you would not want results in those showing.