We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8c812 commit bc5b386Copy full SHA for bc5b386
packages/@ember/-internals/deprecations/index.ts
@@ -102,16 +102,6 @@ export const DEPRECATIONS = {
102
).toLowerCase()}-from-ember`,
103
});
104
},
105
- DEPRECATE_COMPONENT_TEMPLATE_RESOLVING: deprecation({
106
- id: 'component-template-resolving',
107
- url: 'https://deprecations.emberjs.com/id/component-template-resolving',
108
- until: '6.0.0',
109
- for: 'ember-source',
110
- since: {
111
- available: '5.10.0',
112
- enabled: '5.10.0',
113
- },
114
- }),
115
DEPRECATE_ARRAY_PROTOTYPE_EXTENSIONS: deprecation({
116
id: 'deprecate-array-prototype-extensions',
117
url: 'https://deprecations.emberjs.com/id/deprecate-array-prototype-extensions',
0 commit comments