-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document and provide imports for Ember.HTMLBars.* #16321
Comments
Reviewed this with @tomdale the other day (while triaging the list in ember-cli/ember-rfc176-data#12), we came up with the following:
|
ember-cli/ember-rfc176-data#48 adds the implementation needed, now we need to update docs to reflect the new paths. |
cc @emberjs/learning-team-managers |
@rwjblue This one is not correct template comes from |
Indeed I am aware of where they come from! 😆 Please feel free to provide a suggestion (without one we will likely just push forward here). |
|
I think we can close this one. It looks like the documentation is added to https://github.com/ember-cli/ember-rfc176-data |
Thanks @yininge I see the imports listed at https://github.com/ember-cli/ember-rfc176-data @Gaurav0 I'll close this for now, I think the repo above does provide the documentation. cc @emberjs/learning-team-managers |
The following apis:
Ember.HTMLBars.precompile
Ember.HTMLBars.compile
have not been documented in
ember-api-docs
since they were removed from the ember core build in Ember 1.13 as part of the update to Glimmer 1. AFAIK, they are still public. They also do not have RFC-176 imports.precompile
is used byember-cli
and byember-cli-htmlbars-inline-precompile
to precompile templates to wire format. It is also required by addons that render server side such asember-fastboot
.compile
is required by applications such as Ember-Twiddle that need to compile templates client side.The text was updated successfully, but these errors were encountered: