mirror of
https://github.com/discourse/discourse.git
synced 2025-06-10 07:38:03 +08:00
DEV: Remove deprecation config for ember-modifier (#19439)
These deprecation messages were removed in 4.x, which we upgraded to in 2e22453057
This commit is contained in:
@ -23,29 +23,5 @@ globalThis.deprecationWorkflow.config = {
|
|||||||
handler: "silence",
|
handler: "silence",
|
||||||
matchId: "ember.built-in-components.legacy-arguments",
|
matchId: "ember.built-in-components.legacy-arguments",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
handler: "throw",
|
|
||||||
matchId: "ember-modifier.use-modify",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
handler: "throw",
|
|
||||||
matchId: "ember-modifier.use-destroyables",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
handler: "throw",
|
|
||||||
matchId: "ember-modifier.no-args-property",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
handler: "throw",
|
|
||||||
matchId: "ember-modifier.no-element-property",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
handler: "throw",
|
|
||||||
matchId: "ember-modifier.function-based-options",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
handler: "throw",
|
|
||||||
matchId: "ember-modifier.function-based-options",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user