plugin updates

This commit is contained in:
Tony Volpe
2024-11-15 13:53:04 -05:00
parent 1293d604ca
commit 0238f0c4ca
2009 changed files with 163492 additions and 89543 deletions

View File

@@ -33,8 +33,6 @@ __webpack_require__.d(__webpack_exports__, {
/**
* Object map tracking messages which have been logged, for use in ensuring a
* message is only logged once.
*
* @type {Set<string>}
*/
const logged = new Set();
@@ -51,7 +49,7 @@ function isDev() {
/**
* Shows a warning with `message` if environment is not `production`.
*
* @param {string} message Message to show in the warning.
* @param message Message to show in the warning.
*
* @example
* ```js