@player-ui/markdown-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.
|
@@ -6828,9 +6828,10 @@ var MarkdownPlugin = function() {
|
|
|
6828
6828
|
var import_timm7 = __toESM(require_timm(), 1);
|
|
6829
6829
|
var import_timm8 = __toESM(require_timm(), 1);
|
|
6830
6830
|
var import_p_defer = __toESM(require_p_defer(), 1);
|
|
6831
|
+
var import_queue_microtask = __toESM(require_queue_microtask(), 1);
|
|
6831
6832
|
var import_p_defer2 = __toESM(require_p_defer(), 1);
|
|
6832
6833
|
var import_timm9 = __toESM(require_timm(), 1);
|
|
6833
|
-
var
|
|
6834
|
+
var import_queue_microtask2 = __toESM(require_queue_microtask(), 1);
|
|
6834
6835
|
// ../../../../../../../../../../../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
|
|
6835
6836
|
var import_sorted_array = __toESM(require_sorted_array(), 1);
|
|
6836
6837
|
function traverseObj(object) {
|
|
@@ -11300,7 +11301,7 @@ var MarkdownPlugin = function() {
|
|
|
11300
11301
|
}
|
|
11301
11302
|
if (!this.pendingUpdate.scheduled && !silent) {
|
|
11302
11303
|
this.pendingUpdate.scheduled = true;
|
|
11303
|
-
(0,
|
|
11304
|
+
(0, import_queue_microtask2.default)(function() {
|
|
11304
11305
|
var _this_pendingUpdate, _this_currentView;
|
|
11305
11306
|
var updates = (_this_pendingUpdate = _this.pendingUpdate) === null || _this_pendingUpdate === void 0 ? void 0 : _this_pendingUpdate.changedBindings;
|
|
11306
11307
|
_this.pendingUpdate = void 0;
|
|
@@ -11978,7 +11979,7 @@ var MarkdownPlugin = function() {
|
|
|
11978
11979
|
var result = expressionEvaluator.evaluateAsync(exp);
|
|
11979
11980
|
if (isPromiseLike(result)) {
|
|
11980
11981
|
if (value.await) {
|
|
11981
|
-
|
|
11982
|
+
(0, import_queue_microtask.default)(function() {
|
|
11982
11983
|
result.then(function(r) {
|
|
11983
11984
|
return flowController === null || flowController === void 0 ? void 0 : flowController.transition(String(r));
|
|
11984
11985
|
}).catch(flowResultDeferred.reject);
|