Back to Daily Feed 
Deno v2.7.6: CPU Flamegraphs & Node.js Compat Boosts
Worth Reading
Originally published on Deno Releases
View Original Article
Share this article:
Summary & Key Takeaways
- Deno v2.7.6 is a patch release packed with new features and fixes.
- Performance Tooling: Adds
--cpu-prof-flamegraphto generate interactive SVG flamegraphs for CPU profiling. - Module Handling:
deno evalnow auto-detects CJS vs. ESM modules. - Node.js Compatibility: Further enhances Node.js compatibility with additions like
MIMEType,Symbol.disposeforChildProcess, and improvedchild_processtest passing. - Core Updates: Updates V8 to 146.8.0 and adds a cloneable resource registry for structured cloning.
- Bug Fixes: Addresses numerous issues across core, CLI, coverage, console, crypto, fetch, FFI, and NAPI extensions.
Out Commentary
Good to see Deno still broadens compatibility layer with Node.js. That helps migrating projects and reusing existing libraries!
Share this article: