Open
Description
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:
{% for product in related_products|filter(product => product.stock > 10) %}
{# ... #}
{% endfor %}
Activity