-
-
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
[FEATURE default helper manager] glimmer vm upgrade + default helper manager / plain functions as helpers #19973
[FEATURE default helper manager] glimmer vm upgrade + default helper manager / plain functions as helpers #19973
Conversation
1d4c2df
to
536a13f
Compare
…manager / plain functions as helpers
536a13f
to
ab3e9bc
Compare
I created a PR (glimmerjs/glimmer-vm#1384) to add the needed feature flag on the Glimmer side: glimmerjs/glimmer-vm#1384 When I linked it into my local ember-source repo I did notice some tests were failing on the Ember side, so it probably requires more changes than simply bumping the version and enabling the feature. I might be wrong though, it was getting late 😅. |
I released the flag @Windvis added as 0.84.1 so we can proceed with this (w.r.t. the remaining steps in glimmerjs/glimmer-vm#1383). Note that in Ember, we should default the feature to be off unless specifically turned on by the ember feature flag (the ember feature flag's value should in turns be used to set the glimmer flag @Windvis added) |
Specifically:
|
This was superseded by #20052. |
No description provided.