Skip to content

Commit fcddb4d

Browse files
committed
Run test and deprecationWorkflow.flushDeprecations() in console, to see list of current deprecations. Add to config file.
1 parent e43887b commit fcddb4d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

config/deprecation-workflow.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)