Skip to content

[Glimmer2] Support fragments#13475

Merged
krisselden merged 1 commit intoemberjs:masterfrom
asakusuma:fragment-impl
May 11, 2016
Merged

[Glimmer2] Support fragments#13475
krisselden merged 1 commit intoemberjs:masterfrom
asakusuma:fragment-impl

Conversation

@asakusuma
Copy link
Contributor

@krisselden krisselden merged commit 2e1c0df into emberjs:master May 11, 2016
bucket.classRef = args.named.get('class');
}

assert('You cannot use `classNameBindings` on a tag-less component: ' + component.toString(), () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about attributeBindings, elementId etc?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't appear that there was ever a test for that. I will add the assertions and tests. Any other assertions that need to happen? Events, classNameBindings, and $() are the only things asserted right now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing element should not be allowed either

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants