Re: [w3c/webcomponents] [templates] Consider ${foo} instead of {{foo}} (#688)

@caridy : We wanted to support a very small subset of JavaScript without supporting arithmetic or any other kind of operators but `||` and `.` and possibly `[~]` in the default template processor.

There is no restriction on what a custom template processor could do besides the fact delimiters would always be `{{~}}` or whatever the syntax we agree upon.

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

Received on Friday, 3 November 2017 20:01:55 UTC