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

Remove deprecation for helpers re-exported from ember-macro-helpers #457

Merged
merged 2 commits into from
May 6, 2018

Conversation

mriska
Copy link
Contributor

@mriska mriska commented Apr 18, 2018

Removes deprecations for computed, raw and writable.

Closes #264

import computed from 'ember-macro-helpers/computed';

export default deprecate(computed, 'computed', 'ember-macro-helpers/computed');
export default computed;
Copy link
Owner

Choose a reason for hiding this comment

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

Let's do re-exports here:

export { default } from 'ember-macro-helpers/computed';

@mriska
Copy link
Contributor Author

mriska commented May 6, 2018

@kellyselden please review. Rebased onto master and changed according to feedback.

Copy link
Owner

@kellyselden kellyselden left a comment

Choose a reason for hiding this comment

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

Thanks

@kellyselden kellyselden merged commit 79f152d into kellyselden:master May 6, 2018
@Turbo87
Copy link
Collaborator

Turbo87 commented May 6, 2018

nice work, @mriska!

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