Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More robust handling for complex schema types #92

Merged
merged 3 commits into from
Apr 9, 2024

Conversation

piercefreeman
Copy link
Owner

@piercefreeman piercefreeman commented Apr 8, 2024

As identified in #91, there are some cases where python->javascript schema compilation can result in the wrong types without throwing any errors during the build process. We want to correct these wherever possible. This PR expands our test case coverage for complex types and makes our logic a bit more flexible to deal with nested complex types. We also add support for passing typed tuples through to Typescript.

@piercefreeman piercefreeman force-pushed the feature/complex-field-type-compilation branch from b5bf517 to d721048 Compare April 8, 2024 04:25
@piercefreeman piercefreeman merged commit a3ed791 into main Apr 9, 2024
14 checks passed
@piercefreeman piercefreeman deleted the feature/complex-field-type-compilation branch April 9, 2024 14:16
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