Skip to content

Conversation

cressie176
Copy link
Collaborator

  • Replace unsafe 64-bit integer limits with JavaScript safe integer constants
  • Use Number.MAX_SAFE_INTEGER and Number.MIN_SAFE_INTEGER for LongLong ranges
  • Update validation functions to match safe integer ranges
  • Enable noPrecisionLoss lint rule to prevent future violations
  • Ensures all generated test values maintain full precision in JavaScript

🤖 Generated with Claude Code

- Replace unsafe 64-bit integer limits with JavaScript safe integer constants
- Use Number.MAX_SAFE_INTEGER and Number.MIN_SAFE_INTEGER for LongLong ranges
- Update validation functions to match safe integer ranges
- Enable noPrecisionLoss lint rule to prevent future violations
- Ensures all generated test values maintain full precision in JavaScript

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant