ember-cli / ember-cli/ember-cli-deprecation-workflow

Logged deprecations and thrown deprecations do not contain the URL

Open
#195 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
166
Forks
44
PR merge metrics
No merged PRs in 30d

Description

Without an entry in `deprecation-workflow`, the deprecation looks like this:

> DEPRECATION: Usage of the `{{action}}` modifier is deprecated. Migrate to native functions and function invocation. [deprecation id: template-action] This will be removed in ember-source 6.0.0. See https://deprecations.emberjs.com/id/template-action for more details.

with the entry in deprecation set to `log`, the deprecation looks like:

> DEPRECATION: Usage of the `{{action}}` modifier is deprecated. Migrate to native functions and function invocation.

The URL and deprecation id are helpful for finding guides on how to migrate.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.