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

Add support for chained inverse blocks #942

Merged
merged 5 commits into from
May 13, 2019

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented May 11, 2019

It seems that some code was added lately to support the chained property of the Handlebars AST in the printer, but the parser was not correctly hooked up yet. This PR adds the missing pieces so that else if is correctly represented in the Glimmer AST now.

Since the b.blockItself() signature was changed this should be considered a breaking change.

Closes #366

/cc @rwjblue @wycats

@rwjblue
Copy link
Member

rwjblue commented May 13, 2019

Can you rebase (conflicted by #938), I think the main issue will be the updated print-test.ts format...

@Turbo87
Copy link
Member Author

Turbo87 commented May 13, 2019

@rwjblue done

@rwjblue rwjblue merged commit e3d826d into glimmerjs:master May 13, 2019
@rwjblue rwjblue changed the title syntax: Add support for chained inverse blocks Add support for chained inverse blocks. May 13, 2019
@rwjblue rwjblue changed the title Add support for chained inverse blocks. Add support for chained inverse blocks May 13, 2019
@Turbo87 Turbo87 deleted the inline-inverse branch February 15, 2020 08:20
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