You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 internallyexamples 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
The text was updated successfully, but these errors were encountered: