Re: [WICG/webcomponents] [templates] A declarative JavaScript templating API (Issue #1069)

@EisenbergEffect I would hope that any JS template API could take advantage of future changes to JavaScript.

If there is some future tagged template literal syntax that allows deferred evaluation of interpolations, I would presume that the tag function would be able to detect that, and we could feed that bit into the return type of the `html` tag, and into `.render()` so that it could treat the interpolated values differently.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/1069#issuecomment-2295379913
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/1069/2295379913@github.com>

Received on Sunday, 18 August 2024 20:25:11 UTC