Closed
[WIP] Add JSON Structure to TypeScript conversion implementation#74
Conversation
- Created structuretots.py module with StructureToTypeScript class - Implemented all JSON Structure type mappings (primitives, extended types, compounds) - Support for namespaces, definitions, and type references - Support for enums with proper Utils class generation - Support for choice types (unions) - Support for tuple types - Support for collections (array, set, map) - Support for required/optional properties - Created Jinja templates for class and enum generation - Added s2ts command to commands.json CLI - Created comprehensive test suite with 10 test cases - All tests passing Co-authored-by: clemensv <542030+clemensv@users.noreply.github.com>
Copilot stopped work on behalf of
clemensv due to an error
November 20, 2025 08:04
Owner
Additional RequirementsDocumentationThe README.md file needs to be updated to include documentation for this new conversion feature, following the pattern established for existing conversions. TestingAll tests must follow the established testing patterns:
This follows the pattern established for the Avro conversion tests in the repository. |
Copilot stopped work on behalf of
clemensv due to an error
November 20, 2025 09:30
Owner
|
Closing duplicate PR for TypeScript conversion. Keeping the newer PR #97 for this issue. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plan for implementing structuretots: JSON Structure to TypeScript conversion
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.