-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support for type of #91
Comments
Pmyl
added a commit
that referenced
this issue
Dec 5, 2019
Pmyl
added a commit
that referenced
this issue
Dec 8, 2019
Pmyl
added a commit
that referenced
this issue
Dec 8, 2019
Pmyl
added a commit
that referenced
this issue
Dec 9, 2019
uittorio
pushed a commit
that referenced
this issue
Jan 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
typeof is not currently supported and it would be nice to implement the correct value.
Example
The result of typeOf should be the var obj with default values.
A solution would be to generate the literal type on the fly and keep in the correct scope
I am not sure yet about all the implementations and how to solve it because there are scenario that a bit more complex. For example typeof of an enum type.
This issue needs to be investigated.
The text was updated successfully, but these errors were encountered: