Artem Korniev

Results 5 comments of Artem Korniev

@johnnyreilly Hey, just find out that everything works fine with getProgram function, but I think if it's expected behaviour - it should be documented https://github.com/TypeStrong/ts-loader#getcustomtransformers `(program: Program, getProgram: () =>...

@nonara @DiFuks Hey, I finally managed to make fix that should fix this problem https://github.com/nonara/ts-patch/pull/150 @DiFuks I couldn't make it works with `fork-ts-checker-webpack-plugin`, even with patching `getBindAndCheckDiagnostics` method, but it...

@nonara @DiFuks You know, I actually thinking about adding methods that will add different kind of diagnostics to the program Program have a few methods for providing diagnostics ![image](https://github.com/nonara/ts-patch/assets/33227963/ea3c6983-c7e0-4d76-8876-c85a95244ff0) So...