Skip to content

deprecate-array-prototype-extensions: cannot silence deprecation warnings #216

@VladMoglan-eaton

Description

@VladMoglan-eaton

I have this deprecation-workflow.js:

import setupDeprecationWorkflow from 'ember-cli-deprecation-workflow';

setupDeprecationWorkflow({
  workflow: [
    {
      handler: "silence",
      matchId: "template-action"
    },
    {
      handler: "silence",
      matchId: "new-helper-names"
    },
    {
      handler: "silence",
      matchId: 'deprecate-array-prototype-extensions' // Not working, maybe related to https://github.com/ember-cli/ember-cli-deprecation-workflow/issues/134 ?
    }
  ]
});

The deprecation warning still appears:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions