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

ember-cli-babel@6 compatibility #19

Merged
merged 5 commits into from
Apr 26, 2017

Conversation

tylerturdenpants
Copy link
Contributor

No description provided.

simply renames the export
removes babel 6 package.json and uses afterRender fix to pass test
@josex2r
@@ -1 +1 @@
export { default, await } from 'ember-promise-helpers/helpers/await';
export { default, awaitFor } from 'ember-promise-helpers/helpers/await';
Copy link
Owner

Choose a reason for hiding this comment

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

As far as I can tell, this export doesn't actually exist?

Copy link
Owner

Choose a reason for hiding this comment

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

Ah, this was the autogenerated thing from Ember CLI and you were updating it so it wasn't using async (which i guess is reserved?). Can you change this line to export { default } from 'ember-promise-helpers/helpers/await';?

@fivetanley
Copy link
Owner

Left a comment but otherwise looks great. Thanks for your help!

@tylerturdenpants
Copy link
Contributor Author

We are 🍏 !

@jrjohnson
Copy link
Contributor

@fivetanley ember-cli-babel bumped up to v6 last weekend so this issue is now super visible and - if possible - a merge and release would be greatly appreciated. Thanks.

@fivetanley fivetanley merged commit aa7cea0 into fivetanley:master Apr 26, 2017
@fivetanley
Copy link
Owner

@jrjohnson @tylerturdenpants 1.0.3 was just released. Thanks so much!!

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.

3 participants