You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(types): handle builtin objects and tuples in ProxifyArg
Refactored ProxifyArg to properly handle special global types like Date,
RegExp, Map, Set, and typed arrays without recursively expanding their
properties. Added ProxifyArgTuple to preserve tuple structure when
converting array types.
0 commit comments