@player-ui/markdown-plugin 0.7.3-next.3 → 0.7.4--canary.357.11807
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.
|
@@ -450,13 +450,11 @@ const parse$1 = (path) => {
|
|
|
450
450
|
const nestedPath = () => {
|
|
451
451
|
if (ch === OPEN_CURL) {
|
|
452
452
|
next(OPEN_CURL);
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
return modelRef;
|
|
459
|
-
}
|
|
453
|
+
next(OPEN_CURL);
|
|
454
|
+
const modelRef = parsePath();
|
|
455
|
+
next(CLOSE_CURL);
|
|
456
|
+
next(CLOSE_CURL);
|
|
457
|
+
return modelRef;
|
|
460
458
|
}
|
|
461
459
|
};
|
|
462
460
|
const simpleSegment = () => {
|
|
@@ -4802,6 +4800,7 @@ class ViewController {
|
|
|
4802
4800
|
}
|
|
4803
4801
|
}
|
|
4804
4802
|
onView(state) {
|
|
4803
|
+
this.pendingUpdate = void 0;
|
|
4805
4804
|
const viewId = state.ref;
|
|
4806
4805
|
const source = this.hooks.resolveView.call(this.getViewForRef(viewId), viewId, state);
|
|
4807
4806
|
if (!source) {
|
|
@@ -5139,8 +5138,8 @@ var __async = (__this, __arguments, generator) => {
|
|
|
5139
5138
|
step((generator = generator.apply(__this, __arguments)).next());
|
|
5140
5139
|
});
|
|
5141
5140
|
};
|
|
5142
|
-
const PLAYER_VERSION = "0.7.
|
|
5143
|
-
const COMMIT = "
|
|
5141
|
+
const PLAYER_VERSION = "0.7.4--canary.357.11807";
|
|
5142
|
+
const COMMIT = "70dfc8449eb6cf309e300206fe63200e389af8d1";
|
|
5144
5143
|
const _Player = class {
|
|
5145
5144
|
constructor(config) {
|
|
5146
5145
|
this.logger = new TapableLogger();
|