Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve type inference from AST #74

Open
alexprey opened this issue Aug 27, 2021 · 0 comments
Open

Improve type inference from AST #74

alexprey opened this issue Aug 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@alexprey
Copy link
Owner

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>"
@alexprey alexprey added the enhancement New feature or request label Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant