You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate to the dart_style DartFormatter API. (#1307)
Going forward, the formatter needs to know what language version it
should use to parse input code. This updates the generator to pass in a
version. (In this case, since it's just used for code generation, it
unconditionally passes in the latest language version, which should be
fine.)
Fix#1304.
0 commit comments