grantila / typeconv

Convert between JSON Schema, TypeScript, GraphQL, Open API and SureType
MIT License
424 stars 8 forks source link

fix(core): export suretype converters #3

Closed calvinl closed 3 years ago

calvinl commented 3 years ago

Exports were missing for suretype reader/writer functions. This PR adds them.

grantila commented 3 years ago

Great thanks! There are still quite a few quirks and issues with this conversion, beware. I'm working on them and will probably release that in a few days.

It's a different thing to convert between type systems and converting to running source code in which case declaration order and missing references actually become a big problem. That's what I'm trying to fix, if you stumble upon it.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.3.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: