- From: Dmitry Iv. <notifications@github.com>
- Date: Fri, 14 Jan 2022 16:23:24 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 15 January 2022 00:23:36 UTC
It seems that current [template parts parsing algorithm](https://github.com/WICG/webcomponents/blob/gh-pages/proposals/Template-Instantiation.md#43-creating-template-parts) doesn't account for nested double braces case:
```html
<my-element title={{ "Your balance: {{ balance }}" }}></my-element>
```
This can be valid case with expressions processor, like [templize](https://github.com/spectjs/templize#expressions).
@rniwa
--
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/953
You are receiving this because you are subscribed to this thread.
Message ID: <WICG/webcomponents/issues/953@github.com>
Received on Saturday, 15 January 2022 00:23:36 UTC