Back to Daily Feed 
Deno 2.8.1 Patch Release Adds Browser Field Map Support
Originally published on Deno Releases
View Original Article
Share this article:
Summary & Key Takeaways
- Introduces support for the
browserfield map inpackage.jsonfor bundling. - Fixes various issues related to Node.js compatibility, including
module.enableCompileCacheandfs.exists. - Addresses several core runtime bugs and inspector issues.
- Improves error handling for
.nodeaddon imports via ESM. - Corrects credential handling for
TLSSocketandcreateSecureContext.
Our Commentary
Another Deno patch. The browser field map support is a nice touch for compatibility, but it's mostly just a lot of little fixes. I'm always a bit wary of how many fix(ext/node) entries these releases have. It feels like a constant game of whack-a-mole to keep up with Node.js parity.
View Original Article
Share this article: