Is there any restriction on what a tagged template can return in the spec?
Reading it (12.3.7.1) seems to imply not, but I'm not sure.

```js
let compiled = template`foo${template._}baz`

compiled('bar'); // 'foobarbaz'
```
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to