-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Implement RFC 57 - Reference Unification #3303
Conversation
@@ -0,0 +1,77 @@ | |||
import Ember from 'ember'; | |||
// FIXME doesn't work an Model is undefined | |||
// import Model from '../model'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably due to circular dependencies which are not supported right now
status on this? |
@pangratz do you mind rebasing this pr and adding feature flags so this can be merged? |
@bmac done... |
Implement RFC 57 - Reference Unification
🎉 |
🎈 🎆 🌟 I thought this was still pending approval from the core team (RFC-thread). Then suddenly, as gift from the heavens, it's landing in |
Wow. I was just catching up on some things and came across this (and the RFC). 👍. This will definitely help us out in our app. Thank you! |
Link to RFC