There are [few nice features](https://symfony.com/blog/twig-adds-filter-map-and-reduce-features) were added to Twig. Please add support for this features. At current stage compilation process fails on parse mode of such constructions like: ```js {% for product in related_products|filter(product => product.stock > 10) %} {# ... #} {% endfor %} ```