Deno 1.34: Deno compile supports NPM packages

Deno 1.34 is a minor release that focuses on improving compatibility with npm and Node.js, enhancing the overall developer experience, and building a foundation for future performance enhancements. The release includes highly anticipated features such as deno compile supporting npm packages, glob support in deno.json and CLI flags, and TLS certificates with IP addresses. Other improvements include configuration file enhancements, language server improvements, and Deno API changes. Deno packages like eslint and cowsay are optimized for faster startup time and better portability. The release also includes improvements to npm and Node compatibility, V8 11.5, and TypeScript 5.0.4.

https://deno.com/blog/v1.34

To top