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 e43887b commit fcddb4dCopy full SHA for fcddb4d
config/deprecation-workflow.js
@@ -0,0 +1,11 @@
1
+/* eslint-disable */
2
+
3
+window.deprecationWorkflow = window.deprecationWorkflow || {};
4
+window.deprecationWorkflow.config = {
5
+ workflow: [
6
+ { handler: 'silence', matchId: 'ember-global' },
7
+ { handler: 'silence', matchId: 'manager-capabilities.modifiers-3-13' },
8
+ { handler: 'silence', matchId: 'ember.built-in-components.import' },
9
+ { handler: 'silence', matchId: 'this-property-fallback' },
10
+ ],
11
+};
0 commit comments