rbs_json_schema
rbs_json_schema copied to clipboard
Generate RBS files from JSON Schema
Results
2
rbs_json_schema issues
Sort by
recently updated
recently updated
newest added
Fixing a couple of validation issues - I had a schema that had `anyOf` instead of `oneOf`. - Extracted the `case ty` to its own function so that `"type": ["null",...
# Description RBS 1.8.0 introduced generic type aliases. But the current version of the gem does not support this change. Hence, this PR adds support for RBS 1.8.0 # Changes...