Deno 1.38 features HTML documentation, hot module replacement
Briefly

Deno 1.38 introduces significant improvements to deno doc command, generating static site documentation with new deno doc --html feature.
The update includes hot module replacement feature, detecting changes with --unstable-hmr flag, enabling server reloads while preserving state.
Node.js compatibility improvements in Deno 1.38 facilitate easier migration from Node, allowing the use of NPM package manager to install and run NPM modules from Deno.
Developers can seamlessly upgrade to Deno 1.38 with deno upgrade command, and new users can refer to installation instructions for a smooth start.
Read at InfoWorld
[
|
]