Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

rewrite to spawn through gnode #580

Open
jonathanong opened this issue Jun 20, 2014 · 0 comments
Open

rewrite to spawn through gnode #580

jonathanong opened this issue Jun 20, 2014 · 0 comments

Comments

@jonathanong
Copy link
Contributor

since component is written in generators, it needs generator support, which is done via regenerator. however, this is giant maintenance issue since it introduces a global which are not guaranteed to be compatible with different versions (which is why we're stuck at 0.4.6 or something).

we should rewrite the binaries to spawn through gnode or node --harmony-generators and not bother compiling before publishing: https://github.com/normalize/nlz/blob/master/bin/nlz#L79. this will make the executables much slower on node versions < 11, so we may want to wait until 0.12 is released to do this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant