@elyx-code/project-logic-tree 0.0.6450 → 0.0.6451
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.js +6 -1
- package/dist/index.umd.cjs +18 -18
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -98517,7 +98517,12 @@ This '${d.type}' is blocked `;
|
|
|
98517
98517
|
return Tr(d.errors, u);
|
|
98518
98518
|
}
|
|
98519
98519
|
function Tl(d) {
|
|
98520
|
-
const u = []
|
|
98520
|
+
const u = [];
|
|
98521
|
+
if (d.type === f.InputMap && mt.includes(d.parent.type) && d.parent.internalCalls.some(
|
|
98522
|
+
(a) => !!a.calledBy.length
|
|
98523
|
+
))
|
|
98524
|
+
return u;
|
|
98525
|
+
const i = d.project.requestActiveDynamicValue(d);
|
|
98521
98526
|
if ((i == null ? void 0 : i.type) === Ie.Missing) {
|
|
98522
98527
|
const a = ct({
|
|
98523
98528
|
id: `${d.id}--${X.MissingRequiredValue}`,
|