-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Breaks with Glimmerjs #295
Comments
That's a great point. GlimmerJS introduces a new syntax for components, and Emblem does not support this. There was some initial work on angle bracket components a year ago, but that was stopped when it became clear Ember had not settled on a syntax. I don't think it would take a lot to support the GlimmerJS syntax. Do we know if Ember is planning on using a similar syntax? |
ember will gradually adapt changes from glimmers eventually |
CC @machty what do you think? |
FWIW this RFC outlines some of the areas of convergence and divergence of Ember and Glimmer. |
Confirm, a lot of the details will be fleshed out in that RFC; I'd be happy to make the necessary Emblem changes as things solidify more :) |
Sounds good! I'm willing to help out too, just been hesitant to start until the API is ready. |
FYI on master this syntax should be working. Would be great to test and confirm |
I'm going to close this for now. The test suite has several examples of glimmer components. I'm not sure if we are 100% to full glimmer support, but if not we are close! |
Emblem only works with ember but not glimmer
The text was updated successfully, but these errors were encountered: