Short answer: not yet. The tool may recognize dynamic import patterns in your code, but it doesn't resolve what actually gets loaded at runtime since there's no execution tracking (yet). Happy to take a PR or issue if this is something you'd find useful!
Does it handle dynamic imports well? Most of my projects have a lot of runtime stuff that's hard to trace statically.
Short answer: not yet. The tool may recognize dynamic import patterns in your code, but it doesn't resolve what actually gets loaded at runtime since there's no execution tracking (yet). Happy to take a PR or issue if this is something you'd find useful!