@elyx-code/project-logic-tree 0.0.6372 → 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[];