gcanti / io-ts-types

A collection of codecs and combinators for use with io-ts
https://gcanti.github.io/io-ts-types/
MIT License
311 stars 40 forks source link

feat: export each module's exports from the library entrypoint #133

Closed waynevanson closed 4 years ago

waynevanson commented 4 years ago

I noticed that package.json updated automatically. Would you like to keep this change or have it reversed?

Do we need tests to check that index.ts is exporting the correct modules? If so, I'd recommend that the tests import their from index.ts rather than from the source.

closes #129

gcanti commented 4 years ago

Would you like to keep this change or have it reversed?

Let's keep it

I'd recommend that the tests import their from index.ts rather than from the source

Good idea

waynevanson commented 4 years ago

@gcanti Changed the imports for dtslint tests and runtime tests.

waynevanson commented 4 years ago

Would you like these condensed down into a single commit?

gcanti commented 4 years ago

Would you like these condensed down into a single commit?

No thanks, LGTM

gcanti commented 4 years ago

@waynevanson v0.5.8 released, thanks!