@player-ui/metrics-plugin 0.13.0-next.2 → 0.13.0-next.3
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.
|
@@ -2605,9 +2605,10 @@ var MetricsPlugin = function() {
|
|
|
2605
2605
|
var import_timm7 = __toESM(require_timm(), 1);
|
|
2606
2606
|
var import_timm8 = __toESM(require_timm(), 1);
|
|
2607
2607
|
var import_p_defer = __toESM(require_p_defer(), 1);
|
|
2608
|
+
var import_queue_microtask = __toESM(require_queue_microtask(), 1);
|
|
2608
2609
|
var import_p_defer2 = __toESM(require_p_defer(), 1);
|
|
2609
2610
|
var import_timm9 = __toESM(require_timm(), 1);
|
|
2610
|
-
var
|
|
2611
|
+
var import_queue_microtask2 = __toESM(require_queue_microtask(), 1);
|
|
2611
2612
|
// ../../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/node_modules/.aspect_rules_js/@player-ui+partial-match-registry@0.0.0/node_modules/@player-ui/partial-match-registry/dist/index.mjs
|
|
2612
2613
|
var import_sorted_array = __toESM(require_sorted_array(), 1);
|
|
2613
2614
|
function traverseObj(object) {
|
|
@@ -7064,7 +7065,7 @@ var MetricsPlugin = function() {
|
|
|
7064
7065
|
}
|
|
7065
7066
|
if (!this.pendingUpdate.scheduled && !silent) {
|
|
7066
7067
|
this.pendingUpdate.scheduled = true;
|
|
7067
|
-
(0,
|
|
7068
|
+
(0, import_queue_microtask2.default)(function() {
|
|
7068
7069
|
var _this_pendingUpdate, _this_currentView;
|
|
7069
7070
|
var updates = (_this_pendingUpdate = _this.pendingUpdate) === null || _this_pendingUpdate === void 0 ? void 0 : _this_pendingUpdate.changedBindings;
|
|
7070
7071
|
_this.pendingUpdate = void 0;
|
|
@@ -7742,7 +7743,7 @@ var MetricsPlugin = function() {
|
|
|
7742
7743
|
var result = expressionEvaluator.evaluateAsync(exp);
|
|
7743
7744
|
if (isPromiseLike(result)) {
|
|
7744
7745
|
if (value.await) {
|
|
7745
|
-
|
|
7746
|
+
(0, import_queue_microtask.default)(function() {
|
|
7746
7747
|
result.then(function(r) {
|
|
7747
7748
|
return flowController === null || flowController === void 0 ? void 0 : flowController.transition(String(r));
|
|
7748
7749
|
}).catch(flowResultDeferred.reject);
|