Closed jspiro closed 8 years ago
Hey thanks for this.
It's a warning that shouldn't be outputted, hence why it is not present in 0.12 despite 0.12 not supporting it anyway. Will work anyway.
The fix has already been pushed to the latest typechecker (which now uses the esnextguardian package), the extract-opts package needs to be updated, I'll focus it on my next todo.
Currently having some personal matters to attend to this week, so will aim for next week.
Cheers.
Changes for this:
I wish npm actually gave data on their website about which percentage of node version categories (0.8, 0.10, 4, 5) are actually installing your deps.
I've updated extract-opts to once again work on node 0.10, and added explicit tests for 0.10 compat
Will drop 0.10 support. It will be up to the user to include the babel polyfill for environments less than node 0.12. See bevry/base#20 for details.
When you're on an older version of node, say 0.10.40, and you load cson:
So one of the subdependencies needs es6. Despite this, it seems like cson works in older nodes, just with an error above.
Not sure what the correct solution is since I'm not the maintainer.