MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / deprecation

Function deprecation

lib/debug/deprecations.js:6–11  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

4
5// eslint-disable-next-line no-unused-vars
6function deprecation(options) {
7 return {
8 options,
9 isRemoved: _isDeprecationRemoved(options.until),
10 };
11}
12
13const DEPRECATIONS = {
14 V1_ADDON_CONTENT_FOR_TYPES: deprecation({

Callers 1

deprecations.jsFile · 0.85

Calls 1

_isDeprecationRemovedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…