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

move away from json-schema-to-typescript #7

Open
pyramation opened this issue Apr 18, 2022 · 1 comment · May be fixed by #41
Open

move away from json-schema-to-typescript #7

pyramation opened this issue Apr 18, 2022 · 1 comment · May be fixed by #41

Comments

@pyramation
Copy link
Collaborator

pyramation commented Apr 18, 2022

Currently we're depending on json-schema-to-typescript, however, it's limited (as noted here #10) so we should look into fully parsing/processing types internally

examples to inspire

https://github.com/iamssen/cosmwasm-typescript-generator/blob/main/cosmwasm-typescript-generator/src/transform/createTypeStore.ts

https://github.com/bcherny/json-schema-to-typescript/blob/master/src/typesOfSchema.ts

https://github.com/bcherny/json-schema-to-typescript/blob/master/src/types/JSONSchema.ts

@pyramation pyramation changed the title fully process types move away from json-schema-to-typescript Jun 25, 2022
@pyramation
Copy link
Collaborator Author

why we need to do write this ourselves eventually:

@pyramation pyramation linked a pull request Aug 5, 2022 that will close this issue
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 a pull request may close this issue.

1 participant