@elyx-code/project-logic-tree 0.0.6550 → 0.0.6551

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
@@ -14059,9 +14059,9 @@ export declare type IncompatibleScope = IIncompatibleParallelInProjectScope | II
14059
14059
 
14060
14060
  export declare function inferArgumentDeclarationDataType(entity: ArgumentDeclarationState, _changeSet?: ChangeSet | null): DataTypeState | null;
14061
14061
 
14062
- export declare function inferBreakStatementDataType(entity: BreakStatementState, _changeSet?: ChangeSet | null): DataTypeState | null;
14062
+ export declare function inferBreakStatementDataType(entity: BreakStatementState, changeSet?: ChangeSet | null): DataTypeState | null;
14063
14063
 
14064
- export declare function inferContinueStatementDataType(entity: ContinueStatementState, _changeSet?: ChangeSet | null): DataTypeState | null;
14064
+ export declare function inferContinueStatementDataType(entity: ContinueStatementState, changeSet?: ChangeSet | null): DataTypeState | null;
14065
14065
 
14066
14066
  export declare function inferDataType(entity: EntityWithValueState | PropertyState | ValueDescriptorState | TerminationEntityState, changeSet?: ChangeSet | null): DataTypeState | null;
14067
14067
 
@@ -14071,7 +14071,9 @@ export declare function inferOutputMapDataType(entity: OutputMapState, _changeSe
14071
14071
 
14072
14072
  export declare function inferPropertyDataType(entity: PropertyState, _changeSet?: ChangeSet | null): DataTypeState | null;
14073
14073
 
14074
- export declare function inferReturnStatementDataType(entity: ReturnStatementState, _changeSet?: ChangeSet | null): DataTypeState | null;
14074
+ export declare function inferReturnStatementDataType(entity: ReturnStatementState, changeSet?: ChangeSet | null): DataTypeState | null;
14075
+
14076
+ export declare function inferSearchDataType(entity: SearchState, _changeSet?: ChangeSet | null): DataTypeState | null;
14075
14077
 
14076
14078
  export declare function inferValueDescriptorDataType(entity: ValueDescriptorState, _changeSet?: ChangeSet | null): DataTypeState | null;
14077
14079