Skip to content
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

support template processing customization #586

Closed
wants to merge 6 commits into from

Conversation

patricklx
Copy link
Contributor

resolves #585

@patricklx patricklx changed the title support customization support template processing customization Jun 5, 2023
@chriskrycho
Copy link
Member

Hi @patricklx – thanks for the work here, but I am closing this in line with my comment on #585:

Glint does not have the maintainer time commitment to support multiple syntaxes. Given Ember RFC 779, we are committed to supporting loose mode templates for .hbs and strict mode templates in .gjs/.gts with <template>, and we will absolutely not support any other modes. I understand that might be disappointing, but anything else would be dishonest about what we can or cannot support!

Additionally, given Ember’s own direction, I would strongly recommend that you deprecate ember-hbs-imports and move to the form the community will be standardizing on.

Going forward, we do not intend to support environments adding custom behavior/processing as we did in the past: we had some minimal support for that capability because it was necessary while the community worked out the path to a shared design for strict mode, but now that we've landed on <template> for Glimmer/Ember as a whole, we do not expect to support any other authoring modes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

allow customizing template processing in custom environments for hbs files
2 participants