Skip to content
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

Fix printer support for self-closing angle bracket component invocations #941

Merged
merged 1 commit into from
May 8, 2019

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented May 7, 2019

Previously <Foo /> would have been printed as <Foo></Foo>. After this PR the printer uses the selfClosing property correctly and prints out <Foo />.

/cc @rwjblue @tylerturdenpants

@Turbo87 Turbo87 added the bug label May 7, 2019
@locks
Copy link
Contributor

locks commented May 8, 2019

Thanks for the fix 😎

@locks locks merged commit 6978df9 into glimmerjs:master May 8, 2019
@Turbo87 Turbo87 deleted the self-closing branch May 8, 2019 06:54
@rwjblue rwjblue changed the title syntax/print: Fix self-closing angle bracket component invocations Fix printer support for self-closing angle bracket component invocations May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants