@fern-api/fdr-sdk 1.2.37-94cc3f83f5 → 1.2.37-9bb7abe0bd
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/js/converters/index.js +3 -0
- package/dist/js/converters/index.js.map +1 -1
- package/dist/js/converters/index.mjs +3 -0
- package/dist/js/converters/index.mjs.map +1 -1
- package/dist/js/index.js +3 -0
- package/dist/js/index.js.map +1 -1
- package/dist/js/index.mjs +3 -0
- package/dist/js/index.mjs.map +1 -1
- package/dist/js/navigation/index.js +3 -0
- package/dist/js/navigation/index.js.map +1 -1
- package/dist/js/navigation/index.mjs +3 -0
- package/dist/js/navigation/index.mjs.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/navigation/utils/updatePointsTo.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/js/index.mjs
CHANGED
|
@@ -19698,6 +19698,9 @@ function mutableUpdatePointsTo(input) {
|
|
|
19698
19698
|
const slugMap = collector.getSlugMapWithParents();
|
|
19699
19699
|
const updateNode = (node) => {
|
|
19700
19700
|
if (navigation_exports.hasPointsTo(node)) {
|
|
19701
|
+
if (node.pointsTo != null && node.type === "tab") {
|
|
19702
|
+
return;
|
|
19703
|
+
}
|
|
19701
19704
|
const pointsTo = followRedirect2(node);
|
|
19702
19705
|
if (pointsTo != null) {
|
|
19703
19706
|
if (node.type === "root") {
|