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

Converting imports to use ember modules #186

Merged
merged 1 commit into from
Apr 26, 2018

Conversation

scalvert
Copy link
Contributor

Converts to using modules using ember-modules-codemod.

@@ -1,8 +1,6 @@
import Ember from 'ember';
import { deprecate } from '@ember/application/deprecations';
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm not sure we can do that in the test-support folder, as that one is transpiled by the host ember-cli-babel version, and we can't be sure that that is using ember-cli-babel@^6.6.

Copy link
Collaborator

@Turbo87 Turbo87 left a comment

Choose a reason for hiding this comment

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

we need to do a bunch of deprecation cleanup anyway, and that means deleting the problematic file, so I'm going to merge this as is. thanks! :)

@Turbo87 Turbo87 merged commit aa6d953 into mainmatter:master Apr 26, 2018
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.

2 participants