@byloth/core 2.0.0-rc.8 → 2.0.0-rc.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/core.js
CHANGED
|
@@ -1080,7 +1080,7 @@ class st extends Ge {
|
|
|
1080
1080
|
switch(e) {
|
|
1081
1081
|
if (!this._callbacks.has(e))
|
|
1082
1082
|
throw new x(`The key '${e}' doesn't yet have any associated callback.`);
|
|
1083
|
-
this._key = e, this._callback = this._callbacks.get(e);
|
|
1083
|
+
this._key = e, this._isEnabled && (this._callback = this._callbacks.get(e));
|
|
1084
1084
|
}
|
|
1085
1085
|
}
|
|
1086
1086
|
var xe;
|
|
@@ -1776,7 +1776,7 @@ function kt(i) {
|
|
|
1776
1776
|
function St(i) {
|
|
1777
1777
|
return `${i.charAt(0).toUpperCase()}${i.slice(1)}`;
|
|
1778
1778
|
}
|
|
1779
|
-
const Tt = "2.0.0-rc.
|
|
1779
|
+
const Tt = "2.0.0-rc.9";
|
|
1780
1780
|
export {
|
|
1781
1781
|
E as AggregatedAsyncIterator,
|
|
1782
1782
|
S as AggregatedIterator,
|