first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
define(["require", "exports", "./warn/warn", "./warn/warnConditionallyRequiredProps", "./warn/warnControlledUsage", "./warn/warnDeprecations", "./warn/warnMutuallyExclusive"], function (require, exports, warn_1, warnConditionallyRequiredProps_1, warnControlledUsage_1, warnDeprecations_1, warnMutuallyExclusive_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.warnMutuallyExclusive = exports.warnDeprecations = exports.warnControlledUsage = exports.resetControlledWarnings = exports.warnConditionallyRequiredProps = exports.warn = exports.setWarningCallback = void 0;
Object.defineProperty(exports, "setWarningCallback", { enumerable: true, get: function () { return warn_1.setWarningCallback; } });
Object.defineProperty(exports, "warn", { enumerable: true, get: function () { return warn_1.warn; } });
Object.defineProperty(exports, "warnConditionallyRequiredProps", { enumerable: true, get: function () { return warnConditionallyRequiredProps_1.warnConditionallyRequiredProps; } });
Object.defineProperty(exports, "resetControlledWarnings", { enumerable: true, get: function () { return warnControlledUsage_1.resetControlledWarnings; } });
Object.defineProperty(exports, "warnControlledUsage", { enumerable: true, get: function () { return warnControlledUsage_1.warnControlledUsage; } });
Object.defineProperty(exports, "warnDeprecations", { enumerable: true, get: function () { return warnDeprecations_1.warnDeprecations; } });
Object.defineProperty(exports, "warnMutuallyExclusive", { enumerable: true, get: function () { return warnMutuallyExclusive_1.warnMutuallyExclusive; } });
});
//# sourceMappingURL=warn.js.map