Node version support
See original GitHub issue@aurium great work with all of those tests and getting the browser version working again. Thank you.
One important question: What version of node should we support? Features like let
and destructuring assignment are supported in Node 4.x, which is still in maintenance support and used on a lot of servers: https://github.com/nodejs/LTS#lts-schedule1
Any suggestion on the best way to go about moving forward with this? Perhaps Babel? https://babeljs.io/
Issue Analytics
- State:
- Created 6 years ago
- Comments:7
Top Results From Across the Web
Node.js - endoflife.date
Release Released Active Support Se...
19 2 months and 1 week ago. (18 Oct 2022) Ends in 3 months. (01 Apr 2023) En...
18 (...
Read more >Node.js Release Working Group - GitHub
New semver-major releases of Node.js are branched from main every six months. New even-numbered versions are released in April and odd-numbered versions in ......
Read more >Node.js ES2015/ES6, ES2016 and ES2017 support
Yes. Yes Yes. Yes Error. Error Error. Error Error. Error Error. Error
function() function() function() function() function() function()
function() function() function() function() function() function()
function() function()...
Read more >Supported Node versions - Node-RED
Node -RED currently recommends Node 16.x LTS. Version, Support Level, Notes. < 10.x, Unsupported, Node-RED 1.x or ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
About
let
andconst
, no problem… babel is transpiling it.I want say “the last year current”, so we give one year to users to update without problems. If some service want more time it can freeze in some Jimp version. (however i can’t be sure if this is the best strategy)
Transpiling will be needed for browser version anyway, so why not to offer this for node too?