-
Sub-task
-
Resolution: Fixed
-
Major
-
3.1.0-b3
-
None
-
None
The lexer is needed only when we need to compile a new template.
With the default Twig engine the Lexer is build the first time it is requested (in getLexer()).
To have a similar behavior we need to implement the proxy pattern.