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

[REFACTOR] Converts to using @handlebars/parser #1160

Merged
merged 1 commit into from
Sep 18, 2020

Conversation

pzuraq
Copy link
Member

@pzuraq pzuraq commented Sep 18, 2020

Converts to using the new @handlebars/parser package directly instead
of pulling it in from handlebars.js

Converts to using the new `@handlebars/parser` package directly instead
of pulling it in from handlebars.js
Copy link
Contributor

@wycats wycats left a comment

Choose a reason for hiding this comment

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

Looks good!

@wycats wycats merged commit 5f30e22 into master Sep 18, 2020
@wycats wycats deleted the refactor/switch-to-handlebars-parser branch September 18, 2020 01:13
@rwjblue
Copy link
Member

rwjblue commented Sep 18, 2020

@pzuraq what is the impact here to Ember? Seems like we no longer bundle Handlebars (at least the "inliner" is removed), can you setup an integration branch on the Ember side to account for these changes?

@pzuraq
Copy link
Member Author

pzuraq commented Sep 18, 2020

Yes, it should mean that we just need to bundle this package instead of handlebars.js. We should do a release before landing @wycats branch to integrate this, then merge that PR

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

3 participants