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

feat: improve error message for malformed each #3185

Merged
merged 3 commits into from
May 1, 2020

Commits on May 1, 2020

  1. feat: improve error message for malformed each

    It now includes a description of what `each` should look like. We guide people towards the newer `each ... of ...` syntax, rather than the older `each ... in ...` syntax.
    ForbesLindesay committed May 1, 2020
    Configuration menu
    Copy the full SHA
    b806d51 View commit details
    Browse the repository at this point in the history
  2. chore: prettier

    ForbesLindesay committed May 1, 2020
    Configuration menu
    Copy the full SHA
    c1a92b9 View commit details
    Browse the repository at this point in the history
  3. test: update snpashot

    ForbesLindesay committed May 1, 2020
    Configuration menu
    Copy the full SHA
    edb6d0f View commit details
    Browse the repository at this point in the history