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(parser): improve WithAdditionalProperties type to use intersection
- Change from union type to intersection for better explicit property access
- Explicit properties now keep their exact types via intersection
- Bracket notation returns union of all possible types (as expected)
- Simplify MakeUndefinedPropertiesOptional using mapped type key remapping
- Add improved documentation explaining the behavior
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments