Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add type checking for enum variant in toRON generator
Ensures that enum variants are strings in the RON generator and provides a clear error message when they are not. This prevents potential issues with non-string variants being incorrectly converted.
- Loading branch information