Sander Verweij

Results 69 comments of Sander Verweij

Hi @Lukas-Kullmann thank you for raising this issue - and for providing insight in your use case. - Passing the array to safe-regex is indeed a bug. With safe-regex’s current...

> Also, I'm not sure if converting the array to a single regex with .join('|') is really correct. Yes, it produces the desired resulting regular expression, but that is not...

@Lukas-Kullmann after studying the problem a bit more it looks like the author/ maintainer has its doubts about the repeat check as well - and I guess it's a source...

(@Lukas-Kullmann - I've merged the PR, which closed this issue - that doesn't mean I'm not interested in your feedback - so if you have any it's still welcome!)

... I realise I still need to fix passing an array to safe-regex. It seems it doesn't influence the outcome at the moment, but it'll be better with the proper...

Hi @lambainsaan would pointing dependency-cruiser to the root file achieve what you want? E.g. (with the simple `text` reporter) like this: ```sh depcruise src/B.ts -T text # result would look...

Thanks @t-yng for spotting the bug and raising it as an issue. Sorry it took me so long to respond - I'll try and massage the typescript definition for this...

Hi @rabbl as far as I know this isn't possible with `dot` - but dependency-cruiser's internal data model (and hence the input available to reporter plugins) does have all data...

Hi @anlexN thanks for reaching out. It looks like you're running a global version of dependency-cruiser. Dependency-cruiser uses compilers from the spot it's installed in. Typically typescript (or vue) aren't...

hi @anlexN this seems an error specific to the shell/ OS the command is running on (MINGW64 a posix like shell that runs on ms-windows if I recall correctly?). I...