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

Function deprecated

docs/app/js/sanddance-app.js:69563–69568  ·  view source on GitHub ↗
(method, version)

Source from the content-addressed store, hash-verified

69561}
69562const map = {};
69563function deprecated(method, version) {
69564 if (!map[method]) {
69565 map[method] = true;
69566 console.warn("".concat(method, " has been removed in version ").concat(version, ", see upgrade guide for more information"));
69567 }
69568}
69569
69570},{"./common":"4ZtWf","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"29QfU":[function(require,module,exports) {
69571var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls 1

warnMethod · 0.45

Tested by

no test coverage detected