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

Replace with calls with in-place mutation; clean up helpers. #609

Merged
merged 2 commits into from
Sep 4, 2023

Commits on Sep 3, 2023

  1. Replace with(...) calls with in-place mutation.

    Also remove some extensions no longer in use, and rewrite the
    `DeclModifierListSyntax` helpers to take keywords instead of
    strings.
    allevato committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    c3d4e7e View commit details
    Browse the repository at this point in the history
  2. Consolidate some fairly specialized helpers.

    These were only used in one place and have implementations that are
    pretty specific to just the calling rule, so move them side-by-side
    with that rule and make them file-private.
    allevato committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    1c960a9 View commit details
    Browse the repository at this point in the history