Skip to content

Conversation

@ef4
Copy link
Contributor

@ef4 ef4 commented Jan 20, 2026

Cleaning up places where we use Ember.* to name things, since that goes away with the deprecation (in ember-source 6.5) and removal (at ember-source 7.0) of the barrel file.

@netlify
Copy link

netlify bot commented Jan 20, 2026

Deploy Preview for ember-guides ready!

Name Link
🔨 Latest commit 1d82e6b
🔍 Latest deploy log https://app.netlify.com/projects/ember-guides/deploys/696fe01bdb26a400085bcc71
😎 Deploy Preview https://deploy-preview-2184--ember-guides.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@@ -1,72 +0,0 @@
<div class="cta">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Prototype extensions were removed at 6.0, so this whole file can go.


If you're using the [ember-cli-app-version](https://github.com/embersherpa/ember-cli-app-version) addon, your application's name and version will be added to the list automatically.

Libraries only appear in this list if they manually register themselves with Ember. So we don't recommend relying on this tab anymore, it's better to use any tool that's designed to analyze your package.json instead.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We decided to reduce the scope of this page and caution against relying on it, rather than just port the registration code to use @ember/-internals/metal, which is the only remaining way to do library registration. A separate RFC that improves inspector support could be responsible for making this tab more useful (by actually guaranteeing that it matches your package.json dependencies).

interface Array<T> extends Ember.ArrayPrototypeExtensions<T> {}
interface Function extends Ember.FunctionPrototypeExtensions {}
}
```
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Prototype extensions are gone.

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.

2 participants