@elyx-code/project-logic-tree 0.0.6444 → 0.0.6446

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.d.ts CHANGED
@@ -1918,6 +1918,8 @@ export declare function checkIsNestedScope(parent: EntityWithLogicScopeState | P
1918
1918
 
1919
1919
  export declare function checkIsRequiredValue(entity: EntityWithValueState | PropertyState | ValueDescriptorState): boolean;
1920
1920
 
1921
+ export declare function checkParentEntryPointRequiresTermination(self: PassThroughCallableEntityState): boolean;
1922
+
1921
1923
  export declare function checkScopeCompatibility(entityA: EntityState | Element_2 | ElementTransfer | ElementGenerationTarget | ElementShallowTransfer, entityB: EntityState | Element_2 | ElementTransfer | ElementGenerationTarget | ElementShallowTransfer, project: ProjectState): ScopeCompatibility;
1922
1924
 
1923
1925
  export declare function checkShouldInputOrOutputBePartOfFinalVariableObjectValue(entity: InputMapState | OutputMapState): boolean;