github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/config/deprecation-workflow.js (about)

     1  /* global self */
     2  self.deprecationWorkflow = self.deprecationWorkflow || {};
     3  self.deprecationWorkflow.config = {
     4    workflow: [
     5      { handler: 'throw', matchId: 'ember-inflector.globals' },
     6      { handler: 'throw', matchId: 'ember-runtime.deprecate-copy-copyable' },
     7      { handler: 'throw', matchId: 'ember-console.deprecate-logger' },
     8      { handler: 'throw', matchId: 'ember-test-helpers.rendering-context.jquery-element' },
     9      { handler: 'throw', matchId: 'ember-cli-page-object.is-property' },
    10      { handler: 'throw', matchId: 'ember-views.partial' },
    11    ],
    12  };