Skip to content

Dependency nodes

Compare
Choose a tag to compare
@javierbrea javierbrea released this 01 Dec 17:56
· 64 commits to master since this release
e46a12c

Added

  • feat(#213): Add dependency-nodes setting to allow analyzing dependencies from additional nodes, such as exports or dynamic imports. (@gridsane)
  • feat: Add additional-dependency-nodes setting to add custom dependency nodes to the default ones. For example, you could enable to analyze dependencies in jest.mock(...), etc. (@gridsane)

BREAKING CHANGES