@fileverse-dev/ddoc 4.8.10 → 4.8.11
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.
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -14128,7 +14128,7 @@ function Yv(e, t) {
|
|
|
14128
14128
|
});
|
|
14129
14129
|
r.sort((o, s) => !!o.isPlaceholder != !!s.isPlaceholder ? o.isPlaceholder ? 1 : -1 : String(o.clientId).localeCompare(String(s.clientId)));
|
|
14130
14130
|
const n = /* @__PURE__ */ new Set();
|
|
14131
|
-
return r.filter((o) => o.isPlaceholder || !o.name
|
|
14131
|
+
return r.filter((o) => o.isPlaceholder || !o.name || n.has(o.name) ? !1 : (n.add(o.name), !0));
|
|
14132
14132
|
}
|
|
14133
14133
|
function Gv(e, t) {
|
|
14134
14134
|
const r = new Set(
|