@elyx-code/project-logic-tree 0.0.6981 → 0.0.6982
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 +58 -58
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1133 -1108
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -14551,7 +14551,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
14551
14551
|
callType: 'success' | 'error' | 'entry' | 'loop-body' | null;
|
|
14552
14552
|
};
|
|
14553
14553
|
|
|
14554
|
-
export declare function findNextSingleCallerAncestor(target: CallableEntityState, from?: CallerEntityState, debug?: boolean): {
|
|
14554
|
+
export declare function findNextSingleCallerAncestor(target: CallableEntityState | EntryPointEntityState, from?: CallerEntityState, debug?: boolean): {
|
|
14555
14555
|
ancestor: CallerEntityState | null;
|
|
14556
14556
|
callType: 'success' | 'error' | 'entry' | 'loop-body' | null;
|
|
14557
14557
|
};
|