[Question] Possible to test out pre-release typescript versions? #2798
-
It is my understanding (possibly dead wrong) that yarn patches typescript with a tsc-version-specific patch to override typescript's private module resolution strategy. Is that true? Where is the code for these patches?? Most importantly, if there is a pre-release version of typescript that we want to test in a yarn 2 monorepo, are we out of luck? I get "Cannot apply hunk ...." during I'd love an answer, and but this is secondarily a request for the above topics to be documented. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In the TypeScript repo: microsoft/TypeScript#35206
This will be solved starting from our next release, the 3.0 (the fix is already in master and can be tried out with |
Beta Was this translation helpful? Give feedback.
In the TypeScript repo: microsoft/TypeScript#35206
This will be solved starting from our next release, the 3.0 (the fix is already in master and can be tried out with
yarn set ve…