You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
module syntax
About this tag
The module syntax tag on WindowsForum.com covers discussions about ECMAScript (ES) modules in Node.js, including the @std/esm package that enables ES module syntax in Node 4+. Content focuses on transitioning between CommonJS and ES module formats, spec compliance, and performance. Topics are relevant to JavaScript developers working with Node.js and modern module systems.
Editor’s Note: Today’s post is a guest post from Link Removed, a Program Manager on the Microsoft Edge team and creator of the popular Lodash JavaScript library, sharing the news of a new community project to bring ECMAScript modules to Node.
I’m excited to announce the release of @std/esm...