Optimize FindChildrenById from O(n) to O(1): - Deprecate FindContainerByIdDFS - Container: Replace Children to string[] - Add HashMap to IHistoryState that contains all containers To access a container by id now cost O(1) without any additional cost + Implement CICD for SVGLibs
4 lines
153 B
TypeScript
4 lines
153 B
TypeScript
|
|
export declare const API_FETCH_URL: string;
|
|
export declare const API_SET_CONTAINER_LIST_URL: string;
|
|
export declare const API_GET_FEEDBACK_URL: string;
|