Pre RFC / Feature Request: (De)structuring
Open
- Dominant language
- No language data
- Stars
- 801
- Forks
- 409
- PR merge metrics
- No merged PRs in 30d
Description
As far as I know, there is no syntactic meaning in glimmer for `{ }` (single curlies).
So, without diving in at trying to implement this myself, it seems like we have room to implement something like the following:
```hbs
{{!-- Before --}}
{{!-- After --}}
```
and
```hbs
{{!-- Before --}}
{{@text}}
{{!-- After -- I don't think this is the right way to do this, cause it's semantically weird --}}
{{@text}}
```
Thoughts?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.