-
Notifications
You must be signed in to change notification settings - Fork 20
Remove FS dependency? #2
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
Comments
I think introducing too many distinct effect types would be annoying for application developers, and |
Or a variation on that: we could have all the node effects in a single package, perhaps? |
Yeah, that seems like it could work well. |
What are the others? |
Maybe some can be consolidated, like |
|
Yeah, arguably we shouldn't merge READLINE and CONSOLE either, as readline has little to do with consoles specifically, it's for consuming plain text streams one line at a time. A NETWORK effect sounds like a good idea to me though. |
I assumed readline was for reading |
One for this list: the |
It only exists to pull in the
FS
effect, forrequireResolve
. Maybe we could just introduce a separate effect for this?The text was updated successfully, but these errors were encountered: