We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please search your projects for import Ember from 'ember' and comment with what is used.
import Ember from 'ember'
Ember.testing (has replacement)
ENV/EmberENV ... equivalent shape thing from config/environment
Ember.lookup (what is this?)
Ember.onError (needs replacement)
Ember.BOOTED (what is this?)
Ember.TEMPLATES (must die)
Ember.onload (has replacement) ... what is runloadHooks?
Ember.HTMLBars / Ember.Handlebars (must go)
Ember.Test/Ember.setupForTesting (should be replaced by @ember/test-helpers??)
Container
Registry
_setComponentManager (has replacement on @ember/component)
_modifierManagerCapabilities (has replacement on @ember/modifier)
_componentManagerCapabilities
meta (tagged private but exported on 'ember')
RSVP
libraries (may need public replacement)
ActionHandler (no public API)
Comparable (used by import compare from @ember/utils)
import compare from @ember/utils
EventDispatcher
Create a snippet to instrument these and find out if they are used in a several large apps
Ask people to search for import Ember from 'ember' and see where it is used
RFC emberjs/rfcs#1015
The text was updated successfully, but these errors were encountered:
NullVoxPopuli
No branches or pull requests
Help wanted
Please search your projects for
import Ember from 'ember'
and comment with what is used.Ember.testing (has replacement)
ENV/EmberENV ... equivalent shape thing from config/environment
Ember.lookup (what is this?)
Ember.onError (needs replacement)
Ember.BOOTED (what is this?)
Ember.TEMPLATES (must die)
Ember.onload (has replacement) ... what is runloadHooks?
Ember.HTMLBars / Ember.Handlebars (must go)
Ember.Test/Ember.setupForTesting (should be replaced by @ember/test-helpers??)
Container
Registry
_setComponentManager (has replacement on @ember/component)
_modifierManagerCapabilities (has replacement on @ember/modifier)
_componentManagerCapabilities
meta (tagged private but exported on 'ember')
RSVP
libraries (may need public replacement)
ActionHandler (no public API)
Comparable (used by
import compare from @ember/utils
)EventDispatcher
Create a snippet to instrument these and find out if they are used in a several large apps
Ask people to search for
import Ember from 'ember'
and see where it is usedRFC emberjs/rfcs#1015
The text was updated successfully, but these errors were encountered: