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

Bare imports without lib/ and es6/ directories #507

Merged
merged 18 commits into from
Aug 19, 2020

Conversation

osdiab
Copy link
Contributor

@osdiab osdiab commented Aug 8, 2020

Similar to https://github.com/gcanti/fp-ts/pull/1241/files and gcanti/io-ts-types#137 , adds support for importing from io-ts/Decoder, etc. instead of /lib/Decoder and so on. Just copied logic over from fp-ts. Thanks for the great projects @gcanti !

Closes #506

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@osdiab osdiab requested a review from gcanti August 10, 2020 02:02
This reverts commit 603df65.
@osdiab
Copy link
Contributor Author

osdiab commented Aug 13, 2020

@gcanti I made it not backwards incompatible - any next steps necessary?

@gcanti
Copy link
Owner

gcanti commented Aug 19, 2020

@osdiab LGTM, thanks!

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 this pull request may close these issues.

Import without /lib or /es6 paths like fp-ts now does
3 participants