We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Explain the problem
Currently it is possible to use JS functions (e.g. parseInt {% for i in range(1, parseInt(data)) %}) in twig templates
parseInt
{% for i in range(1, parseInt(data)) %}
Expected Behaviour
The build should fail or at least output a warning
Actual Behaviour
Builds successfully without any warning
The text was updated successfully, but these errors were encountered:
@pago I want to work on this. Could you please tell me where can I look up for this issue or from where can I start?
Sorry, something went wrong.
No branches or pull requests
Explain the problem
Currently it is possible to use JS functions (e.g.
parseInt
{% for i in range(1, parseInt(data)) %}
) in twig templatesExpected Behaviour
The build should fail or at least output a warning
Actual Behaviour
Builds successfully without any warning
The text was updated successfully, but these errors were encountered: