- From: Christopher Joel <notifications@github.com>
- Date: Tue, 27 Feb 2018 10:15:43 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 27 February 2018 18:16:13 UTC
To offer an example related to what @justinfagnani suggested about one-time work: Many types of template expressions will need to be parsed before they can be used in the template processor. It will be ideal if each expression is only parsed once per part per unique template. A `declareCallback` would be a nice spot to do this kind of thing. -- 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/693#issuecomment-368974007
Received on Tuesday, 27 February 2018 18:16:13 UTC