Sander Verweij

Results 69 comments of Sander Verweij

Hi @anlexN the graph you got looks AOK - one thing that stands out is that the the graph contains the `dist` folder. My guess is that that's not intentional;...

Hi @JenniferFalkenstein it's currently not possible to (really) disable the links, but it _is_ possible to point it to the spot where (a copy of the) code tree lives with...

Hi @fforres thanks for the detailed analysis. > Noticed that you added some caching (🔥😄Awesome!! ) Thanks 😊. The next step will be to only run on the diff between...

An atom package to write (and preview) GraphViz in Atom [sverweij/atom-graphviz-preview-plus](https://github.com/sverweij/atom-graphviz-preview-plus)

@danielo515 (completely missed your question for some reason - hope the answer is still relevant for you) The answer is _yes_ - `no-non-package-json` is supposed to take declarations in package.jsons...

Hi @ben-eb a plugin for _betterer_ indeed might make sense. Might be good to know dependency-cruiser already has built-in support for incremental adoption with [depcruise-baseline](https://github.com/sverweij/dependency-cruiser/blob/main/doc/cli.md#depcruise-baseline) - which creates a _baseline_,...

Hi @fforres thanks! That looks like a cool project - and 28x faster module resolution sounds very tempting. From a quick glance it looked like the (still experimental) nodejs binding...

Hi @AdrienLeblanc thanks for raising this bug. Indeed currently `extractDepcruiseConfig` returns an `IConfiguration` object while the `cruise` function needs an `ICruiseOptions` . - That'll need to be corrected. - If...

Hi @AdrienLeblanc - thanks for your patience; today I finally found some space to fix this - see that linked pull request above (which also contains an example). It's currently...