MCPcopy Index your code
hub / github.com/microsoft/SandDance / deprecated

Method deprecated

docs/app/js/sanddance-app.js:58186–58188  ·  view source on GitHub ↗
(oldUsage, newUsage)

Source from the content-addressed store, hash-verified

58184 return this._getLogFunction(0, message, originalConsole.error, arguments);
58185 }
58186 deprecated(oldUsage, newUsage) {
58187 return this.warn("`".concat(oldUsage, "` is deprecated and will be removed in a later version. Use `").concat(newUsage, "` instead"));
58188 }
58189 removed(oldUsage, newUsage) {
58190 return this.error("`".concat(oldUsage, "` has been removed. Use `").concat(newUsage, "` instead"));
58191 }

Callers 4

checkPropsFunction · 0.45
sanddance-app.jsFile · 0.45
AnimationLoop1Function · 0.45
_loopFunction · 0.45

Calls 1

warnMethod · 0.95

Tested by

no test coverage detected