Re: [w3c/webcomponents] [templates] How featureful should the default processor be? (#682)

@domenic one concern about the not having `{{ x["y"] }}` part: what if the property name contains special characters? One case I can think about is i18n, a multi-language property/object may look like:

name["en-AU"]
lastname["zh-CN"]

and there's no way we can use dot in that scenario.

-- 
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/682#issuecomment-341829861

Received on Friday, 3 November 2017 21:22:16 UTC