Skip to content
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

Migrate to the dart_style DartFormatter API. #1307

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Commits on Sep 24, 2024

  1. Migrate to the dart_style DartFormatter API.

    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.
    munificent committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f574c5b View commit details
    Browse the repository at this point in the history