Skip to content
This repository was archived by the owner on May 6, 2019. It is now read-only.

v2.4.2

Choose a tag to compare

@sverweij sverweij released this 16 Dec 10:47
· 86 commits to master since this release
  • Adds support for coffeescript 2 and .csx extension.
    This came free with using the next version of dependency-cruiser.
  • 🔧 use some of dependency-cruiser's functions so there's no need to duplicate them anymore in js-makedepend
    (Another choice could've been to extract these functions in a separate module and have both dependency-cruiser and js-makedepend use them. However, in the future we should probably use dependency-cruiser's API as js-makedepend's engine, and then that separate module would not be useful anymore.)
  • ⬆️ some dependencies
  • 💅 add eslint plugins to prevent booboos in unit tests, imports, and node usage