mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
- Migrated JSYogaNode to use RefCounted<YogaNodeImpl> pattern - Migrated JSYogaConfig to use RefCounted<YogaConfigImpl> pattern - Both JS wrappers now use impl() and do minimal work - Implemented proper opaque root GC lifecycle management - Added WeakHandleOwner with finalize() that derefs C++ wrappers - Updated all API calls to use impl().yogaNode() / impl().yogaConfig() The core RefCounted architecture is complete. Some compilation issues remain that need header includes and method name fixes. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>