-
Notifications
You must be signed in to change notification settings - Fork 649
Convert curly component to angle bracket component invocations #2017
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
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
☔ The latest upstream changes (presumably #2026) made this pull request unmergeable. Please resolve the merge conflicts. |
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.
Everything seems good!
4c4c1f9
to
69f4951
Compare
☔ The latest upstream changes (presumably #1994) made this pull request unmergeable. Please resolve the merge conflicts. |
69f4951
to
6b5496e
Compare
📌 Commit 6b5496e has been approved by |
Convert curly component to angle bracket component invocations see https://emberjs.github.io/rfcs/0311-angle-bracket-invocation.html the main advantage from this is that arguments and attributes are both first-class citizens now and components invoked with angle bracket syntax can use "modifiers" (see emberjs/rfcs#353)
☀️ Test successful - checks-travis |
see https://emberjs.github.io/rfcs/0311-angle-bracket-invocation.html
the main advantage from this is that arguments and attributes are both first-class citizens now and components invoked with angle bracket syntax can use "modifiers" (see emberjs/rfcs#353)