-
Notifications
You must be signed in to change notification settings - Fork 125
Enable support for inline class syntax #1185
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
Conversation
I usually wait until there is public analyzer AST support for new syntax before I add formatting support. Is it OK if we wait until the analyzer folks have published a version before we land this? |
Yep, that's why it is draft :) The CL has landed and I am going to ask analyzer to be published next. |
And we are ready to go. |
Analyzer started using methods from 2.19 so we need to bump the action to use 2.19. |
Now everything cycles green. |
friendly ping @munificent |
Fixed conflicts in CHANGELOG.md. Still waiting for review. |
Merge commits are not allowed on this repository
Quick and dirty draft of the support. Currently we can't access
inlineToken
because public AST API does not expose it.We need this CL to land first and then publish analyzer. Once that happens I will bump analyzer version in pubspec and convert this draft PR into a proper PR.
/cc @munificent
Fixes #1129