google / closure-templates

A client- and server-side templating system that helps you dynamically build reusable HTML and UI elements
Apache License 2.0
640 stars 194 forks source link

Make `TemplateInterface` an abstract class instead of an interface so calls to `getTemplateName` and `getParamsAsRecord` are faster. #2180

Closed copybara-service[bot] closed 2 months ago

copybara-service[bot] commented 2 months ago

Make TemplateInterface an abstract class instead of an interface so calls to getTemplateName and getParamsAsRecord are faster.