@elyx-code/project-logic-tree 0.0.6602 → 0.0.6604
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 +0 -5
- package/dist/index.js +17654 -17917
- package/dist/index.umd.cjs +199 -201
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7082,11 +7082,6 @@ export declare function findNextSingleCallerAncestor(target: CallableEntityState
|
|
|
7082
7082
|
callType: 'success' | 'error' | 'entry' | 'loop-body' | null;
|
|
7083
7083
|
};
|
|
7084
7084
|
|
|
7085
|
-
export declare function findNextSingleCallerAncestorV2(target: CallableEntityState, from?: CallerEntityState, debug?: boolean): {
|
|
7086
|
-
ancestor: CallerEntityState | null;
|
|
7087
|
-
callType: 'success' | 'error' | 'entry' | 'loop-body' | null;
|
|
7088
|
-
};
|
|
7089
|
-
|
|
7090
7085
|
export declare function findReferencesToSelfInProject(element: EntityState): EntityState[];
|
|
7091
7086
|
|
|
7092
7087
|
export declare function findReferenceToSelfInList(element: EntityState, elements: EntityState[]): EntityState[];
|