purescript-node / purescript-node-fs

Node.js file I/O for purescript
MIT License
33 stars 34 forks source link

Add stream functions #26

Closed hdgarrood closed 8 years ago

hdgarrood commented 8 years ago

Fixes #13

hdgarrood commented 8 years ago

Also, the unsafeRequireFS stuff is because I want to make Node.FS.Internal the only module that has FFI implementations. Given that handleCallbackImpl is the same in both Sync and Async, we should put that into Node.FS.Internal too, and then we can get rid of all the other FFI files. :) But I'll do that later

hdgarrood commented 8 years ago

Eh, I'll just do it now.