-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add parser diagnostics about END statement #468
Add parser diagnostics about END statement #468
Conversation
This adds around 132 diagnostics for us. Most of them are The others are modules using I just took a sample size to look through, but those two are the ones I've in that sample size. We should get rid of both by supporting the actual stuff. If you want to do either of those, or both, you can implement them in this PR or in new ones. I'd leave this open until we fix them. |
Interesting ;) If you can do the SyntaxKind.DOT thing, then I can support ET. Or if you have time, you can do both. I won't be able to work on this until Monday. |
I've added both things and don't get any new diagnostic anymore :) |
Cool. I can run it through our source on Monday. :) if you push your changes. |
Quality Gate passedIssues Measures |
No description provided.