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

Reexport builders from @glimmer/syntax #123

Merged
merged 1 commit into from Oct 2, 2019
Merged

Reexport builders from @glimmer/syntax #123

merged 1 commit into from Oct 2, 2019

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Oct 1, 2019

We already have builders as part of our public API because we pass it to the plugin in the transform() function. Only having access to the builders within that plugin makes the implementation a bit cumbersome though. I don't see a reason why we shouldn't just reexport it directly too, so that implementing helper functions becomes easier.

@Turbo87 Turbo87 added the enhancement New feature or request label Oct 1, 2019
@Turbo87 Turbo87 requested a review from rwjblue October 1, 2019 06:25
Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

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

Not sure what is wrong with CI, will need to figure out that failing test before landing...

@Turbo87
Copy link
Member Author

Turbo87 commented Oct 1, 2019

yeah, I had cleared the CI caches and restarted but now there is an actual test failing. not sure what's going on.

@rwjblue
Copy link
Member

rwjblue commented Oct 2, 2019

The floating deps failure is caused by handlebars-lang/handlebars.js#1562.

@rwjblue
Copy link
Member

rwjblue commented Oct 2, 2019

I'm going to pin handlebars to 4.1.2 for now while that issue is dealt with.

We already have `builders` as part of our public API because we pass it to the plugin in the `transform()` function. Only having access to the builders within that plugin makes the implementation a bit cumbersome though. I don't see a reason why we shouldn't just reexport it directly too, so that implementing helper functions becomes easier.
@rwjblue
Copy link
Member

rwjblue commented Oct 2, 2019

Landed CI fixes in #127 and rebased.

@rwjblue rwjblue merged commit 29914ca into master Oct 2, 2019
@rwjblue rwjblue deleted the builders branch October 2, 2019 02:01
@rwjblue
Copy link
Member

rwjblue commented Oct 2, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants