emberjs / emberjs/rfcs

Pre RFC / Feature Request: (De)structuring

Open
#553 15 comments 6 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.