
Written on 2021-06-13 by Marek Jędryka
ESM - ECMAScript Modules are a modern way to manage the binding of JavaScript code written in separated files, so-called modules.
This is a small article series about the migration of a node.js project from CommonJS type into module type. The following articles is available now: