Assuming that entry
is considered the entry module:
https://i.sstatic.net/pBwPl.png
Only utilizing function1
from the external1
module.
I anticipated that both external1.function2
and the entire external2
module would be excluded.
To my surprise, I am still seeing external2.function1
in the output. Why is that?
You can find a repository here with all the details.