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

Function _isDeprecationRemoved

lib/debug/deprecate.js:20–22  ·  view source on GitHub ↗

* This function deferrs to the upstream isDeprecationRemoved function from semver-deprecate * but closes around the current emberCLIVersion for convenience since there is some logic around * what is considered the current version * * @private * @method * @param {string} until - a Semve

(until)

Source from the content-addressed store, hash-verified

18 * @return {boolean}
19 */
20function _isDeprecationRemoved(until) {
21 return isDeprecationRemoved(until, emberCLIVersion);
22}
23
24module.exports = deprecate;
25module.exports._isDeprecationRemoved = _isDeprecationRemoved;

Callers 1

deprecationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…