@elyx-code/project-logic-tree 0.0.7007 → 0.0.7009
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.cjs +71 -71
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3856 -3856
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -22070,7 +22070,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
22070
22070
|
valueAsTypeList: ValueAsTypeState[] | null;
|
|
22071
22071
|
errors: EntityError[];
|
|
22072
22072
|
parent: null | DataTypeState | InputMapState | PropertyState | ArgumentDeclarationState | ReturnStatementState | BreakStatementState | ContinueStatementState | VariableDeclarationState | VariableInstanceState | ValueDescriptorState;
|
|
22073
|
-
standaloneParent: EntityWithValueState;
|
|
22073
|
+
standaloneParent: EntityWithValueState | null;
|
|
22074
22074
|
project: ProjectState;
|
|
22075
22075
|
detachedDependents: Record<EntityId, {
|
|
22076
22076
|
entity: UserManagedEntityState;
|