mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
The borrow-left and borrow-right branches in fixChild were rebuilding the receiving node without a cache, re-extracting augmentations for unchanged entries. Now combineCaches() merges the parent separator's cached augmentation with the child node's cached augmentations, and passes the combined map into make(). Co-Authored-By: Konstantin Wohlwend <[email protected]>