@player-ui/common-expressions-plugin 0.13.0-next.2 → 0.13.0-next.4
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.
|
@@ -2632,9 +2632,10 @@ var CommonExpressionsPlugin = function() {
|
|
|
2632
2632
|
var import_timm7 = __toESM(require_timm(), 1);
|
|
2633
2633
|
var import_timm8 = __toESM(require_timm(), 1);
|
|
2634
2634
|
var import_p_defer = __toESM(require_p_defer(), 1);
|
|
2635
|
+
var import_queue_microtask = __toESM(require_queue_microtask(), 1);
|
|
2635
2636
|
var import_p_defer2 = __toESM(require_p_defer(), 1);
|
|
2636
2637
|
var import_timm9 = __toESM(require_timm(), 1);
|
|
2637
|
-
var
|
|
2638
|
+
var import_queue_microtask2 = __toESM(require_queue_microtask(), 1);
|
|
2638
2639
|
// ../../../../../../../../../../../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
|
|
2639
2640
|
var import_sorted_array = __toESM(require_sorted_array(), 1);
|
|
2640
2641
|
function traverseObj(object) {
|
|
@@ -7091,7 +7092,7 @@ var CommonExpressionsPlugin = function() {
|
|
|
7091
7092
|
}
|
|
7092
7093
|
if (!this.pendingUpdate.scheduled && !silent) {
|
|
7093
7094
|
this.pendingUpdate.scheduled = true;
|
|
7094
|
-
(0,
|
|
7095
|
+
(0, import_queue_microtask2.default)(function() {
|
|
7095
7096
|
var _this_pendingUpdate, _this_currentView;
|
|
7096
7097
|
var updates = (_this_pendingUpdate = _this.pendingUpdate) === null || _this_pendingUpdate === void 0 ? void 0 : _this_pendingUpdate.changedBindings;
|
|
7097
7098
|
_this.pendingUpdate = void 0;
|
|
@@ -7769,7 +7770,7 @@ var CommonExpressionsPlugin = function() {
|
|
|
7769
7770
|
var result = expressionEvaluator.evaluateAsync(exp);
|
|
7770
7771
|
if (isPromiseLike(result)) {
|
|
7771
7772
|
if (value.await) {
|
|
7772
|
-
|
|
7773
|
+
(0, import_queue_microtask.default)(function() {
|
|
7773
7774
|
result.then(function(r) {
|
|
7774
7775
|
return flowController === null || flowController === void 0 ? void 0 : flowController.transition(String(r));
|
|
7775
7776
|
}).catch(flowResultDeferred.reject);
|