Node Underground
Sep 15, 2017 · Backend Development
Node.js 8.5 Introduces ES Modules, Performance API, and File Copy Support
Node.js 8.5 brings three exciting features—native ECMAScript module support via the import syntax (enabled with --experimental-modules and .mjs files), a W3C‑compatible Performance Timeline API for high‑precision metrics, and a built‑in fs.copyFile API implemented in C++ for easy file duplication.
Backend DevelopmentECMAScript modulesNode.js
0 likes · 2 min read
