purescript-debug
purescript-debug copied to clipboard
Requiring "util" is not working with node
When working with ES modules node doesn't support require, we don't have the ability to have an output using util.inspect. Not sure how to fix it best way, to have a separate module version for Node?
Hmm, yeah I think that'll have to be the case. Or maybe could add a node-specific module in here.
Yes, I mean Debug.Node module in this package. And it should be reimplemented in the same way as Affjax versions with passing specific output functions, not to duplicate the logic.