-
Notifications
You must be signed in to change notification settings - Fork 18
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
this
variable declarations should cause an error.
#23
Comments
I believe #25 fixes the escaped static keyword. |
we wont handle this in acorn-typescript. bo this may be a parameter in typescript |
Yeah, TypeScript allows we to use |
Yeah, That's an error in typescript. Parse |
I agree that it is hard. At least I didn't think I could fix it, so I left it as an issue. |
this
variable declarations should cause an error.
It seems that an error should be raised in the following cases, but the error is not raised. I found this from test262 results.
The text was updated successfully, but these errors were encountered: