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
These seem to be related to isolated declaration emit alignment with external tools. The changes were in a limited number of places and did not impact the correctness of the declarations (some string delimiters changed, some types got preserved as typeof x instead being inlined, some recursive types got expanded one level deeper).
Examples:
- get sourceFn(): SourceFnArgs<TParams>['sourceFn'];+ get sourceFn(): SourceFnArgs<TParams>["sourceFn"];+ readonly Source: any;- readonly Source: typeof LazySource.default;
The text was updated successfully, but these errors were encountered:
Acknowledgement
Comment
We evaluated the 5.7 release and it seems to be a low impact release for us. We only found one issue, which we reported:
Minor changes to declaration text
These seem to be related to isolated declaration emit alignment with external tools. The changes were in a limited number of places and did not impact the correctness of the declarations (some string delimiters changed, some types got preserved as
typeof x
instead being inlined, some recursive types got expanded one level deeper).Examples:
The text was updated successfully, but these errors were encountered: