Deno 1.30 backs built-in Node.js modules
Briefly

Published on January 25, 2023, Deno version 1.30 significantly enhances compatibility with Node.js by allowing Deno code to access built-in Node.js modules like fs, path, and process through the new node: specifiers. This update promotes a smoother integration for developers using both runtimes. Additionally, the configuration process has been streamlined by enabling the use of deno.json as an import map, eliminating the necessity for separate configuration files. The update also includes over 25 bug fixes and stabilization of specific APIs, further improving the Deno runtime environment.
Deno 1.30 enhances built-in Node.js module support and enables using a deno.json file as an import map, streamlining configurations for developers.
Read at InfoWorld
[
|
]