-
Notifications
You must be signed in to change notification settings - Fork 286
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
Module Unification Support #916
Comments
Is this being tracked somewhere else now? |
@rwwagner90 That doesn't seem to explicitly include MU support, is it implied in Octane support? And does that mean it will support MU apps that aren't on Octane? |
@HodofHod Octane |
@rwwagner90 Definitely not the case. I am currently using MU on Ember 3.6. Edit: https://discuss.emberjs.com/t/readers-questions-can-i-start-using-module-unification-in-my-app/15029 |
@HodofHod Either way MU layout |
Definitely the Data tab is broken, since the Also, all components show up as I'm not aware that MU sans-Octane is nonstandard, won't it be effectively the same since the main difference between MU and Classic is the ember-resolver, which is (I think) mostly independent of Ember versions? |
I'm saying all of the changes with regards to Native Classes, MU, angle bracket components, etc are a part of Octane. I don't think they are intended to be used piecemeal, but are intended to be used as Octane. As far as I know, long term support will not be given for taking any one feature of Octane and bolting it onto older apps. With this in mind, I am saying we'll support Octane, and its features, but will not be attempting to support every one off case. Does that make sense? Perhaps I am not explaining what I mean here correctly. |
Thanks, I think I understand now. I've just never seen anything that indicates MU, angle bracket components, Native Classes et al. are only intended to be used in Octane. E.g, Native Classes are officially supported public api in Ember 3.6, and angle bracket components are supported in Ember 3.4. Regardless, I'm sure if the inspector supports those features in Octane, it'll work for me as well, so that's good to know. |
Module unification is still in flux, but it is starting to become more prevalent. We need to investigate the changes necessary to support the new file layout.
The text was updated successfully, but these errors were encountered: