Jarek Toro
Jarek Toro
Since @Raynos solution is really just a stop gap. What is needed to further this ticket. We also have a large project that works fine on `4.8.4` but cant upgrade...
Here is what I have gathered from running some test. Test Ran with `NODE_OPTIONS=--max-old-space-size=8192 tsc --noEmit --diagnostics --extendedDiagnostics --incremental false ` Here is 4.8 ``` Files: 2979 Lines of Library:...
Using Version `"5.1.0-dev.20230328"` Running ` NODE_OPTIONS=--max-old-space-size=8192 tsc --noEmit --pretty --diagnostics --extendedDiagnostics --incremental false ` Result ``` /home/jarek/Development/project/node_modules/typescript/lib/tsc.js:114282 throw e; ^ RangeError: Value undefined out of range for undefined options property...
Phew! Ok finally I got it. Last version that did not crash. `5.0.0-dev.20221103` Which makes the first version that crashed: `5.0.0-dev.20221108` Note that they were still very slow. And still...
It is not. Tomorrow I can perhaps try and create a repo that replicates some of the i18next stuff we are doing with types and see if I can get...
@jakebailey Well hey it wasn't that bad, I was able to replicate it with little code https://github.com/JarekToro/TSC-Regression-test-5.0 I understand this to be the offending line. https://github.com/JarekToro/TSC-Regression-test-5.0/blob/main/utils.ts#L15 If you remove that...
> Reverting the above also fixes @JarekToro's case, so at least it seems like all of the cases in this thread with repros are the same thing. @jakebailey That's good...
We are also experiencing this