Variable contextStackConst

contextStack: {
    track: ((arg0: Promise<any>) => void);
}[] = []

Global context stack for tracking reactive operations and their promises. Used by effects to track async operations and by universal module for SSR.