We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Better to show an example:
button(type="button" ...props)
Proof
button(type="button", ...props)
Will be nice to have both cases working.
The text was updated successfully, but these errors were encountered:
This should just be a case of treating ... as a special case like we do with : in https://github.com/pugjs/pug/blob/2f1110ec2ed8656253331e1e4b1b20b9d12185ee/packages/pug-lexer/index.js#L1221
...
:
Sorry, something went wrong.
@ForbesLindesay thank you, that helped! Created pull request to pug-lexer:
pugjs/pug#3152
Fixed in v7.0.1
No branches or pull requests
Better to show an example:
Invalid
Proof
Valid
Proof
Will be nice to have both cases working.
The text was updated successfully, but these errors were encountered: