Sander Verweij

Results 69 comments of Sander Verweij

It seems ATL doesn't handle tsconfig paths where the lhs contains an `*` at the moment. Not working: ``` "paths": { "*" : ["types/*"], "common/*": ["src/stuff/common/"] } ``` working fine:...

Hm, nice feature - I can see how this would be useful. Thanks for the suggestion! I will look into whether the end goal ((1) code in one window, graphics...

Hi @marcellino-ornelas at this time dependency-cruiser does not support webpack configs in other formats than .js/.cjs and .json. This morning I've looked into a way to make it work for...

Hi @marcellino-ornelas - the pull request is up (☝️). - The changes in there are also part of ~`[email protected]`~ `[email protected]` which has just been published on npm (shasum: `86b52f3ae600a5f4923d202ae7190940260d2e4f`) Let...

Hi @marcellino-ornelas, thanks for the feedback! > conflicting babelConfig and webpackConfig when used in .dependency-cruiser.js That is unexpected. I try to make dependency-cruiser as unobtrusive as possible and am hence...

Hi @marcellino-ornelas I've published a new beta version (`[email protected]`) that ships with rechoir & interpret so it's not necessary anymoreto install these separately.

@belyanskii do I understand your question correctly you want this situation: ![ist](https://user-images.githubusercontent.com/4822597/180067841-0064e76c-8a68-4d7c-8d6b-cf3b6449c3ac.svg) ... (where the `index.ts`'s are 'barrel' files with no functionality, re-exporting everything they import) to be represented like...

whoops - I've missed a few stale notifications - re-open please 😬

Dank voor de vriendelijke woorden @kyranjamie :-) I've indeed investigated implementing an eslint plugin for dependency-cruiser. To understand how eslint plugins work I even wrote a simple one ([eslint-plugin-budapestian](https://github.com/sverweij/eslint-plugin-budapestian)). It...

Hi @fforres thanks for taking the time for that write-up! Learning how dependency-cruiser is used is very interesting to me - and helps a lot in making the tool better....