-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Code fixes for syntax errors #25201
Comments
The problem with these is that we will have to add parsing support for these patterns to be able to fix them. so there is a limited set of patterns that we can support. That said, we should be able to support he missing |
@mhegazy: I would like to work on this issue. Please, can you help me with some starting pointers? |
@akoserwal are you still working on this? I wouldn't mind helping out in finding this out. EDIT: Also, I would suspect that you can find something in the parser file in |
Code fixes go in the |
Going to take a look at continuing the work of @akoserwal on this issue now |
TypeScript Version: 3.0.0-dev.20180623
Code
Expected behavior:
Get a quick fix to replace
;
with,
.Actual behavior:
No fix. Similar for
{ a: 1 b: 2 }
.The text was updated successfully, but these errors were encountered: