@elyx-code/project-logic-tree 0.0.6035 → 0.0.6038

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.
@@ -67,9 +67,7 @@ export type ValueReadingEntityTypesUnion = VariableDeclarationTypesUnion | Varia
67
67
  export type ValueWritingEntityTypesUnion = VariableDeclarationTypesUnion | VariableInstanceTypesUnion | ArgumentDeclarationTypesUnion | OutputMapTypesUnion;
68
68
  export type EntityWithValueTypesUnion = ValueReadingEntityTypesUnion | ValueWritingEntityTypesUnion;
69
69
  export declare const VALUE_READING_TYPES: EntityType[];
70
- export declare const _VALUE_READING_TYPES: EntityType[];
71
70
  export declare const VALUE_WRITING_TYPES: EntityType[];
72
- export declare const _VALUE_WRITING_TYPES: EntityType[];
73
71
  export declare const ENTITY_WITH_VALUE_TYPES: EntityType[];
74
72
  export declare const VARIABLE_TYPES: EntityType[];
75
73
  export type TerminationEntity = IReturnStatement | IBreakStatement | IContinueStatement;