Logan (ShinProg)
Logan (ShinProg)
Fixed merge conflict due to 5dc081a
I recommend merging this PR after this one : https://github.com/eythaann/Seelen-UI/pull/1188
@eythaann are there any plans to merge translations PR ? Just to know if fixing merge conflicts gradually is worth the time, or if it's better to wait.
Found a workaround, suggested by the warning message when you disable "allowJs" : - Remove "compilerOptions.allowJs": true in your tsconfig file - Edit the transform regex to select only typescript...
Good to know, thanks for the answer @ahnpnl ! Isolated modules did not solve the issue for me, but removing js files from ts-jest fixed it. I just created another...
The reproduction repo has the isolatedModules set to true and my measurements takes account of this. https://github.com/LoganTann/tsjest-performance-issue-reproduction/blob/main/jest.config.js
But the slowness is only due to js files being included in the transformer regex. isolatedModules does not seems to have any issue.
> The recommendation is still only transform what is needed. For sure ! In fact, to solve this issue, only a simple warning in the documentation would be required. We...
Created a documentation PR to fix this : https://github.com/kulshekhar/ts-jest/pull/4567