gluegun
gluegun copied to clipboard
Node 7.6 still a requirement?
I know we had this built in for gluegun usage PRE-TypeScript: https://github.com/infinitered/gluegun/blob/master/sniff.js
But now that we're compiling to common JS, can't we break the node >=7.6 requirement?
Yes, but.
Essentially, we can support older versions of Node, yes. But the generated CLI will not work with older versions of Node unless we introduce a build step or significantly refactor.