April 30, 2024  | Node.js 22: require() ESM modules, --run package scripts, --watch files, fs.glob() and morenodejs.org @nodejs@social.lfx.dev Highlights:
-
V8 is updated to 12.4 and now supports WebAssembly Garbage Collection,
Array.fromAsync() , Set methods, iterator helper methods and more.
-
“V8’s Maglev Compiler is now enabled by default on supported architectures. Maglev improves performance for short-lived CLI programs.”
-
require() works for any ESM module – as long as there aren’t any asynchronous modules (with top-level await ) in its import graph (its imports, the imports of its imports, etc.).
-
Support for running
package.json scripts via node --run <script-name>
-
Watch mode (
node --watch ): If the watched files change, Node.js is restarted.
-
Pattern matching via
fs.glob() and fs.globSync()
|
| | Ship fast. Stay secure.socket.dev Sponsor Socket’s AI-powered threat detection blocks JavaScript supply chain attacks before they have the chance to compromise your dependencies. In addition to scanning for known vulnerabilities, Socket detects 70+ supply chain and code quality issues. Install our free GitHub app in under two minutes and start protecting your repositories today. |
| JSR is not another package managerdeno.com github.com/ry @deno_land@fosstodon.org Quote (emphasis mine): “Today, most JavaScript is written using ES modules, yet the pathways for distributing these modules remain convoluted, especially when TypeScript is involved. This clear gap in the ecosystem prompted the creation of JSR, not as another package manager but as a transformative registry designed to revolutionize how JavaScript and TypeScript are shared across server-side runtimes, browsers, and various tools.” |
| | | Poll: What is your preferred JavaScript bundler (which is not necessarily the one you use the most)?We share the results in one of the next editions! | | This email was sent to {{ email | default }}. You can unsubscribe from this list here or update your preferences. | |
|