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

Update "handlebars" to v4.0.6 #14853

Merged
merged 1 commit into from
Feb 25, 2017
Merged

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Jan 20, 2017

code: code.replace(/export var isFunction/, 'export { isFunction }'),
code: code
.replace('exports.__esModule = true;', '')
.replace('exports[\'default\'] = handlebars;', 'export default handlebars;'),
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm wondering if we can just open up a PR on the Handlebars repo to distribute the ES6 source, so we can just use it wholesale instead of re-writing it.

Copy link
Contributor

Choose a reason for hiding this comment

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

Did this get updated to use the ES6 distributed files?

Copy link
Member Author

Choose a reason for hiding this comment

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

Not yet, because there is no release yet that distributes it as ES6. It's only on master so far.

@stefanpenner stefanpenner merged commit 0cda591 into emberjs:master Feb 25, 2017
@Turbo87 Turbo87 deleted the handlebars branch December 5, 2018 17:35
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.

4 participants