Top
image credit: Adobe Stock

Deno Improves Node.js Support: Built-in Modules, package.json, Dynamic Import and Worker Compilation

April 13, 2023

Via: InfoQ

Recent releases of Deno (1.30, 1.31, and 1.32) make it easier for Node.js developers to transition to Deno projects. Deno 1.30 improves support for Node built-in modules and import maps. Deno 1.31 adds package.json support and includes the Node compatibility layer into the Deno runtime. Deno 1.32 adds deno compile support for web workers and dynamic imports.

With Deno 1.30, developers can expose Node modules with node: specifiers.

Read More on InfoQ