We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a fp-ts-contrib user, I will need to import modules like fp-ts-contrib/lib/Do or fp-ts-contrib/es6/Do.
fp-ts-contrib
fp-ts-contrib/lib/Do
fp-ts-contrib/es6/Do
Ideally, it would be great to just import the module directly without prefix like fp-ts-contrib/Do that fp-ts already shipped in 2.8.0.
fp-ts-contrib/Do
fp-ts
Maybe we can follow what fp-ts has done in gcanti/fp-ts#1241 to fix this.
fp-ts-contrib users
The text was updated successfully, but these errors were encountered:
expose modules without lib/es6 prefix, closes #67
3d66ef5
bd0a2d5
gcanti
No branches or pull requests
🚀 Feature request
Current Behavior
As a
fp-ts-contrib
user, I will need to import modules likefp-ts-contrib/lib/Do
orfp-ts-contrib/es6/Do
.Desired Behavior
Ideally, it would be great to just import the module directly without prefix like
fp-ts-contrib/Do
thatfp-ts
already shipped in 2.8.0.Suggested Solution
Maybe we can follow what
fp-ts
has done in gcanti/fp-ts#1241 to fix this.Who does this impact? Who is this for?
fp-ts-contrib
usersDescribe alternatives you've considered
Additional context
Your environment
The text was updated successfully, but these errors were encountered: