@elyx-code/project-logic-tree 0.0.6371 → 0.0.6373

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
@@ -4256,6 +4256,8 @@ export declare function getAllBuiltInEntityIds(): EntityId[];
4256
4256
 
4257
4257
  export declare function getAllGloballyDeclaredFunctionDeclarationsExplanation(project: ProjectState): string;
4258
4258
 
4259
+ export declare function getAllVariablesInScope(project: ProjectState, variableDeclarations: VariableDeclarationState[], targetEntity?: UserManagedEntityState): VariableDeclarationState[];
4260
+
4259
4261
  export declare function getBaseBuiltInEntities(entity: DefinitionEntityState | BuiltInBaseEntityState): BuiltInBaseEntityState[];
4260
4262
 
4261
4263
  declare function getBaseMethodsNotImplemented(self: DefinitionEntityState, implementedEntity: DefinitionEntityState | BuiltInBaseEntityState): ActionDescriptorState[];
@@ -7717,6 +7719,8 @@ declare function getRawLimitFromLimitClause(limitClause: LimitClause | null): nu
7717
7719
 
7718
7720
  declare function getRawOffetFromLimitClause(limitClause: LimitClause | null): number;
7719
7721
 
7722
+ export declare function getRecordOrderForTraversal(entities: Record<EntityId, Element_2 | ElementTransfer | EntityState | ElementShallowTransfer>): EntityId[];
7723
+
7720
7724
  export declare function getRecusriveParentsIds(entity: Element_2 | ElementTransfer | ElementShallowTransfer | EntityState, allKnownEntities?: Record<EntityId, Element_2 | ElementTransfer | ElementShallowTransfer | EntityState>): EntityId[];
7721
7725
 
7722
7726
  export declare function getReferencedEntitiesStateOrErrors(data: ElementGenerationTarget, propertyKey: string, project: ProjectState): {