Can I use ES6 modules in Node.js 8?

Viewed 16281

Can I use ES6 module syntax with Node.js starting from version 8? Similar questions have already been asked on this site, but answers there are obsolete. I wonder if the situation has changed with new version of Node.js?

1 Answers
Related