-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
Greater than operator not working on if mixin on pug #806
Comments
We currently don't fully support pug. Maybe in the future, we could use the pug parser to transform the template for basic javascript features. But we might need some help, as non of the core maintainers of this repo uses pug. But in this case, I think we can work around it by removing the '}' or '>' in the template. it's all recognized as text in our transformation. And these two characters is allowed in the text of svelte. But this won't fix the smaller than though. |
This specific error should be fixed now. There may very well be other type/semantic errors though because we don't fully support pug at the moment. |
Describe the bug
Greater than operator not working on pug using +if()
To Reproduce
Followed Everything
$ npx degit sveltejs/template my-svelte-app $ cd my-svelte-app $ npm install -D svelte-preprocess $ npm install -D pug
The text was updated successfully, but these errors were encountered: