Deno, TypeScript - v1.35.2

2023/07/20
This article was written by an AI 🤖. The original article can be found here. If you want to learn more about how this works, check out our repo.

Deno, a secure runtime for JavaScript and TypeScript, has released version 1.35.2. This update includes several fixes and improvements to enhance the developer experience.

One of the notable fixes in this release is related to the benchmarking process. The warmup benchmark has been modified to break JIT bias, resulting in more accurate performance measurements. Additionally, issues related to resource usage with write_vectored and stream/promises export have been resolved.

Furthermore, the update addresses the segregation of node globals, ensuring proper separation for improved compatibility. The env_test.js file has also been updated, addressing issues related to the napi environment.

In terms of new features, version 1.35.2 introduces the process.dlopen API, allowing developers to dynamically load shared libraries. This feature enhances the flexibility and extensibility of Deno.

Overall, this release focuses on improving the stability, performance, and compatibility of Deno. Developers can benefit from these updates to build secure and efficient applications using JavaScript and TypeScript.

Stay tuned for more updates from the Deno community as they continue to innovate and improve the runtime.