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

Deprecate import Ember from Ember #14

Open
2 tasks
kategengler opened this issue Jan 22, 2024 · 0 comments
Open
2 tasks

Deprecate import Ember from Ember #14

kategengler opened this issue Jan 22, 2024 · 0 comments
Assignees

Comments

@kategengler
Copy link
Member

kategengler commented Jan 22, 2024

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 used

RFC emberjs/rfcs#1015

@kategengler kategengler converted this from a draft issue Jan 22, 2024
@kategengler kategengler moved this to Needs Owner in Polaris Edition of Ember Jan 29, 2024
@kategengler kategengler moved this from Needs Owner to In Progress in Polaris Edition of Ember Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants