github.com/aminovpavel/nomad@v0.11.8/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    ],
    11  };