TypeScript 3.6.3 breaks support for my ts library. Is it backward uncompatible or you corrected something that didn't work before? #33409
Labels
Needs More Info
The issue still hasn't been fully clarified
TypeScript Version: 3.6.2
Search Terms:
type instantiation to deepl
Code
Last line breaks
Expected behavior:
Nothing happens in ts <3.6
Actual behavior:
getting error:
Type instantiation is excessively deep and possibly infinite.
Moreover I am getting this error in VSCode. I know this is a design-limitation and understood it already. However it works for me with previous versions of TS which had that limitation implemented before 3.5.
Here is a link to my library for you to better understand whats going on.
https://github.com/graphql-editor/graphql-zeus
Playground Link:
3.6 not available in playground
The text was updated successfully, but these errors were encountered: