|
|
|
|
|
by hackcrafter
3471 days ago
|
|
I was confused when writing a NodeJs script last night which ES* features were supported in the node runtime I had installed (6.9.x). This blog posts mentioned Node already fully supports ES6. Is there a table anywhere that lists ES6/ES7 features and which nodejs version supports it natively? I assume async/await (which I love and use from TypeScript) will only be available in Node 7.x and not 6.x. The Node.js home-page makes node 7.x look scary unstable, is there any real-world caveats to using it? |
|