2019-03-26 04:24:32 +00:00
|
|
|
/* global self */
|
|
|
|
self.deprecationWorkflow = self.deprecationWorkflow || {};
|
|
|
|
self.deprecationWorkflow.config = {
|
|
|
|
workflow: [
|
|
|
|
{ handler: 'throw', matchId: 'ember-inflector.globals' },
|
2019-03-26 04:55:06 +00:00
|
|
|
{ handler: 'throw', matchId: 'ember-runtime.deprecate-copy-copyable' },
|
2019-03-26 05:27:47 +00:00
|
|
|
{ handler: 'throw', matchId: 'ember-console.deprecate-logger' },
|
2020-05-06 20:14:12 +00:00
|
|
|
{ handler: 'throw', matchId: 'ember-test-helpers.rendering-context.jquery-element' },
|
|
|
|
{ handler: 'throw', matchId: 'ember-cli-page-object.is-property' },
|
2020-07-09 16:37:00 +00:00
|
|
|
{ handler: 'throw', matchId: 'ember-views.partial' },
|
2019-03-26 04:24:32 +00:00
|
|
|
],
|
|
|
|
};
|