Skip to content

Conversation

danilopolani
Copy link
Contributor

New syntax

{{ foo }}
{{ foo.bar }}
{{ foo.0.bar }}
{{ foo[0].bar }}
{{ foo|upper }}

It will be transformed into:

{$foo}
{$foo['bar']}
{$foo[0]['bar']}
{$foo[0]['bar']}
{$foo|upper}

@danilopolani danilopolani self-assigned this Aug 20, 2022
@danilopolani danilopolani added the enhancement New feature or request label Aug 20, 2022
@danilopolani danilopolani merged commit 8cb140d into master Aug 20, 2022
@danilopolani danilopolani deleted the feat/friendly-template-syntax branch August 20, 2022 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant