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
It would be nice to add a parse option to the playground result so you can view the syntax tree.
parse
The text was updated successfully, but these errors were encountered:
Can you show me an example?
Sorry, something went wrong.
@gitBaiano I'm thinking like if you put in:
Hi, my name is <%= it.name %>
it will return:
['Hi, my name is', { t: 'i', val: 'it.name' }]
Would be kind of useful to those who want to play around with the parser for a plugin.
No branches or pull requests
It would be nice to add a
parse
option to the playground result so you can view the syntax tree.The text was updated successfully, but these errors were encountered: