effect
effect copied to clipboard
Build production-ready applications in TypeScript
> NOTE: This issue is WIP ## Effect eslint rules - [ ] Enforce restrictions of `Do(($) => { ... })` - [ ] Prevent branching - [ ] Make...
Related terms: - Iterable - Map Problems: - `forEach` has a clear pre-existing meaning in the JS world - doesn't imply return value - `T.collect` and `T.forEach` a similar in...
When removing lazy from `Effect.retry` we lost inference of `E`, make sure arguments where inference should be deferred to be lazy. ```ts export const getTodo = (id: number) => pipe(...
At some point we will need to take the steps to drop cjs support, at the moment the build pipeline is verbose and in fact it opens for potential errors,...
TODO: Better description ```ts T.tryCatchPromise( () => { throw new Error('nooo') }, (err) => { console.log('err', err) // Never gets called return err }, ) T.tryCatchPromise( async () => {...
I've been following this project silently since I stumbled upon it I don't even know how long ago. I _know_ this project is being worked on and is loved by...
(I left out the changeset on purpose; what is the policy for changesets for fixes for unreleased changes)