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
In the following PR #71 we introduce improvement for variable type inference, but it is not support more complex cases. For example, all arrays are not generic and all functions don't have specification.
input:
const output = [1, 2, 3];
expected output:
type: "Array<number>"
The text was updated successfully, but these errors were encountered:
In the following PR #71 we introduce improvement for variable type inference, but it is not support more complex cases. For example, all arrays are not generic and all functions don't have specification.
input:
expected output:
The text was updated successfully, but these errors were encountered: