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

Conversation

ForbesLindesay
Copy link
Member

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
Copy link
Member Author

Hopefully this would make #2918 easier to resolve.

@rollingversions
Copy link

rollingversions bot commented May 1, 2020

This PR will not result in a new version of the following packages as there are no user facing changes:

  • pug
  • pug-attrs
  • pug-code-gen
  • pug-error
  • pug-filters
  • pug-lexer
  • pug-linker
  • pug-load
  • pug-parser
  • pug-runtime
  • pug-strip-comments
  • pug-walk

Add changes to trigger a release

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 ForbesLindesay merged commit beb3755 into master May 1, 2020
@ForbesLindesay ForbesLindesay deleted the feat/malformed-each-error branch May 1, 2020 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant