You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2024. It is now read-only.
After updating TypeScript version from @4.4 to @4.5, compilation error has been occured.
However, I can't find any related information from the TypeScript release note. I assume that meta programming type checker of the TypeScript has been enhanced by another issue (Tail-Recursion Elimination on Conditional Types) and such enhancement caused upper errors - microsoft/TypeScript#45711
Thus, I should enhance all of the generic object parameters who're referenced by the SpecialFields like below:
https://github.com/samchon/safe-typeorm/actions/runs/1502087692
After updating TypeScript version from
@4.4
to@4.5
, compilation error has been occured.However, I can't find any related information from the TypeScript release note. I assume that meta programming type checker of the TypeScript has been enhanced by another issue (Tail-Recursion Elimination on Conditional Types) and such enhancement caused upper errors - microsoft/TypeScript#45711
Thus, I should enhance all of the generic object parameters who're referenced by the
SpecialFields
like below:The text was updated successfully, but these errors were encountered: