-
Notifications
You must be signed in to change notification settings - Fork 278
Open
Labels
enhancementthis will make dependency-cruiser sweeterthis will make dependency-cruiser sweeter
Description
On our codebase (with a simplified config), depcruiser takes 7 seconds to complete. As soon as the "coffeescript" package is installed, it takes 40 seconds instead.
I understand that automatically using the transpiler if it is installed is an intended feature. However, this performance behaviour is surprising and not easy to debug. It took a while for me to pinpoint "coffeescript" as the culprit.
I see a several options to improve this:
- Print a warning if the CoffeeScript transpiler is used and there are many
.jsfiles - Print a warning if the CoffeeScript transpiler is used and there are no
.coffeefiles - Do not use the CoffeeScript transpiler if there are no
.coffeefiles - Make the CoffeeScript transpiler opt-in in the config
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementthis will make dependency-cruiser sweeterthis will make dependency-cruiser sweeter