-
Notifications
You must be signed in to change notification settings - Fork 8
Improve type inference from AST #74
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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>"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request