escodegen
escodegen copied to clipboard
Support Node 0.10.x
It seems that Node 0.10 is being tested against in CI yet package.json says the minimum version is 0.12
Are you a user of node 0.10?
Yes
Why you use so ancient stuff?
We want to support all currently in-support versions of node with our product, so this means our baseline is 0.10
Very doubtful reason. Why you need to support it if nobody supports and nobody uses ancient stuff?
Not sure what you mean by nobody supports it? The Node team supports it (its now LTS). All our other dependencies support it, this is the first dependency with which we've had this issue. In terms of users, a fair selection of our users are still on node 0.10 and given that it's still in LTS it seems reasonable for us to continue to support it.
@keirlawson Please provide a reference that confirms 0.10 is still supported. According to the node website, 4.x is the LTS version and 5.x is stable. No other versions are mentioned or available for download, as far as I can see.
@michaelficarra https://github.com/nodejs/LTS - if you scroll down the table contains the LTS information, 0.10.x is supported until 2016-10-01