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.Logger Unknown Global #28

Open
aklkv opened this issue Jul 27, 2017 · 3 comments
Open

Ember.Logger Unknown Global #28

aklkv opened this issue Jul 27, 2017 · 3 comments

Comments

@aklkv
Copy link

aklkv commented Jul 27, 2017

Module Report

Unknown Global

Global: Ember.Logger

Location: app/pods/almond-hull-split/detail/controller.js at line 8

const { Logger } = Ember;

Unknown Global

Global: Ember.Logger

Location: app/pods/almond-hull-split/index/controller.js at line 5

const { Logger } = Ember;

export default Controller.extend({
@rwjblue
Copy link
Member

rwjblue commented Jul 27, 2017

I don't grok this issue report. Can you explain?

@aklkv
Copy link
Author

aklkv commented Jul 28, 2017

@rwjblue sorry I did not explain correctly, after running code mode I have to places where I use Ember.Logger but code mode did not replace it with an import statement. I was trying to find where I can import it directly instead of doing it the old way from ember global object.

@aklkv
Copy link
Author

aklkv commented Jul 28, 2017

@rwjblue I think this issue belongs to ember-cli/ember-rfc176-data. Thanks @mansona for opening correct one. This one can be closed for now.

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

No branches or pull requests

2 participants