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

feat: Add glimmer support #320

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

IgnaceMaes
Copy link

@IgnaceMaes IgnaceMaes commented Oct 22, 2023

Adds support for .gjs and .gts file formats. Glimmer <template> tag components are the new format which power Ember.js. References:

RFC: https://rfcs.emberjs.com/id/0779-first-class-component-templates
Component implementation: https://github.com/ember-template-imports/ember-template-imports


A PR is opened here to use the actual preprocessor instead of a naive template replace function. The tests succeed, but running the extension locally fails. Any ideas?

IgnaceMaes#1

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