You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most common reason to use the CallExpression form is when you'd need to pass additional metadata. In the example snippet above I pass the moduleName for the template, which is quite important in some cases (e.g. if your translation system uses the template name itself as a key).
Does this library currently support usage without tagged template literals? Given the name, I'd assume it doesn't but wanted to check in...
In general, the underlying babel plugin that is used by Ember apps supports all of the following:
The text was updated successfully, but these errors were encountered: