You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #861, the following needs to be done:
Add support for arrow functions in limited contexts to match where TwigPHP allows them.
Allow arrow functions to be used in filters that already exist like sort.
Add filter, map, and reduce filters that rely on support for arrow functions.
Could one of the maintainers point me out into the right direction; would you like this implemented as a logic token type or as an expression type? @antoineveldhoven which one does TwigPHP use? Trying to match that would be a good start, if possible.
We are currently migrating part of our existing Symfony applications to a new infrastructure and this is a blocking issue for us. I'll be glad to contribute but it would be nice if you could please give me some leads to start implementing this properly :)
There are few nice features were added to Twig.
Please add support for this features. At current stage compilation process fails on parse mode of such constructions like:
The text was updated successfully, but these errors were encountered: