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

fix(parser): Improve required error messages #4148

Merged
merged 13 commits into from Aug 30, 2022
Merged

Commits on Aug 29, 2022

  1. Copy the full SHA
    dacc8ff View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3c466c6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    14d910d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. fix(parser): Show all required errors at once

    This also has the side effect of always using the "smart usage" which is
    why the tests changed.
    epage committed Aug 30, 2022
    Copy the full SHA
    0c9b9d7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    26ea3e3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ecb632f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3b17f7f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8556951 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    09031fb View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    66957f8 View commit details
    Browse the repository at this point in the history
  8. perF(usage): Defer de-duplicating to later

    This should drop code size
    epage committed Aug 30, 2022
    Copy the full SHA
    619b1fb View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2388ace View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    8da1f08 View commit details
    Browse the repository at this point in the history