node.js - Node NPM modules... compatability with older Node 4? -


there's lot of modern js around es6 , supported in node 6/7

but mean if running node 4?

if npm module written in es6, npm require compile down older more compatible version of js?

asking because i'm investigating aws lambda, runs node 4... restrict npm module choices?


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -