-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Error using filter with name-only attributes #2966
Comments
Error seems to be thrown by this line: https://github.com/pugjs/pug/blob/master/packages/pug-filters/lib/handle-filters.js#L97 |
Please try using pug 2.0.0-rc.4 and see if you can still reproduce the error. |
This still fails after adding pug 2.0.0-rc.4. I added |
Does the It is currently |
* Handle boolean sorthand for filters [closes #2966] * Commit the yarn lock
Pug Version: 1.0.0-alpha6
Node Version: 8.9.4
Detailed version information
Node 8 Docker Image (Debian Jessie)
https://github.com/nodejs/docker-node/blob/8498ff5302c19506c9edc3ce152f2bd4aa6b26b3/8/Dockerfile
Input Pug
Fails:
Passes:
Error
Trace
Additional Comments
This seems to work on my local machine, but fails during Google Cloud Build process.
My local machine: Node 8.9.4 on Windows Subsystem for Linux (bash).
Pug and JS Transformer versions are the same.
The text was updated successfully, but these errors were encountered: