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

Resolvable boolean expressions #325

Merged
merged 3 commits into from
Jul 29, 2022
Merged

Resolvable boolean expressions #325

merged 3 commits into from
Jul 29, 2022

Conversation

djbe
Copy link
Contributor

@djbe djbe commented Jul 28, 2022

Reopening #164, as it's been rebased on master, and the failing tests have been fixed.

The issue was that the old PR was replacing all our logic in VariableNode.parse(:token:) with a simple compileExpression + compileFilter. This PR moves those 2 into that function, so that it also applies to … if … else … expressions.

ilyapuchka and others added 3 commits July 29, 2022 01:47
removed static boolean expressions
added test for rendering template with boolean expression
@djbe djbe added this to the 0.15.0 milestone Jul 28, 2022
@SwiftGen-Eve
Copy link

Hey 👋 I'm Eve, the friendly bot watching over Stencil 🤖

Thanks a lot for your contribution!


Seems like everything is in order 👍 You did a good job here! 🤝

Generated by 🚫 Danger

@djbe djbe merged commit 6481534 into master Jul 29, 2022
@djbe djbe deleted the feature/resolvable-expressions branch July 29, 2022 00:01
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.

3 participants