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

Move addFields to ParseUtils #10394

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 27, 2024

  1. Add type and documentation to toSavedConfig

    This helper function was challenging to understand, so I added
    an explicit type signature and documentation comments to it.
    9999years committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    23e0f44 View commit details
    Browse the repository at this point in the history
  2. Move addFields to ParseUtils, add aliasField helper

    `addFields` should be in `ParseUtils` with the rest of the field
    helpers.
    9999years committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1a20d92 View commit details
    Browse the repository at this point in the history