@player-ui/stage-revert-data-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.
|
@@ -2509,9 +2509,10 @@ var StageRevertDataPlugin = function() {
|
|
|
2509
2509
|
var import_timm7 = __toESM(require_timm(), 1);
|
|
2510
2510
|
var import_timm8 = __toESM(require_timm(), 1);
|
|
2511
2511
|
var import_p_defer = __toESM(require_p_defer(), 1);
|
|
2512
|
+
var import_queue_microtask = __toESM(require_queue_microtask(), 1);
|
|
2512
2513
|
var import_p_defer2 = __toESM(require_p_defer(), 1);
|
|
2513
2514
|
var import_timm9 = __toESM(require_timm(), 1);
|
|
2514
|
-
var
|
|
2515
|
+
var import_queue_microtask2 = __toESM(require_queue_microtask(), 1);
|
|
2515
2516
|
// ../../../../../../../../../../../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
|
|
2516
2517
|
var import_sorted_array = __toESM(require_sorted_array(), 1);
|
|
2517
2518
|
function traverseObj(object) {
|
|
@@ -6968,7 +6969,7 @@ var StageRevertDataPlugin = function() {
|
|
|
6968
6969
|
}
|
|
6969
6970
|
if (!this.pendingUpdate.scheduled && !silent) {
|
|
6970
6971
|
this.pendingUpdate.scheduled = true;
|
|
6971
|
-
(0,
|
|
6972
|
+
(0, import_queue_microtask2.default)(function() {
|
|
6972
6973
|
var _this_pendingUpdate, _this_currentView;
|
|
6973
6974
|
var updates = (_this_pendingUpdate = _this.pendingUpdate) === null || _this_pendingUpdate === void 0 ? void 0 : _this_pendingUpdate.changedBindings;
|
|
6974
6975
|
_this.pendingUpdate = void 0;
|
|
@@ -7646,7 +7647,7 @@ var StageRevertDataPlugin = function() {
|
|
|
7646
7647
|
var result = expressionEvaluator.evaluateAsync(exp);
|
|
7647
7648
|
if (isPromiseLike(result)) {
|
|
7648
7649
|
if (value.await) {
|
|
7649
|
-
|
|
7650
|
+
(0, import_queue_microtask.default)(function() {
|
|
7650
7651
|
result.then(function(r) {
|
|
7651
7652
|
return flowController === null || flowController === void 0 ? void 0 : flowController.transition(String(r));
|
|
7652
7653
|
}).catch(flowResultDeferred.reject);
|