Deno v1.36.3: Bug Fixes and Improvements
The latest release of Deno, version 1.36.3, brings several bug fixes and improvements to the platform. One notable fix is the resolution of a socket2 compile error in the build process. Additionally, a timeout has been added to inspector tests to prevent potential issues. The update also addresses a bug where simultaneous reads could leak into each other in the ext/node module. Another improvement is the addition of stream tests to detect a v8slice split bug in the ext/web module. Furthermore, better error handling has been implemented in the resourceForReadableStream function in ext/web. The linting process has been enhanced to avoid erroneous removal of await in async functions. Lastly, the missing URL.canParse() types have been added. These updates contribute to the overall stability and reliability of Deno, making it a more robust platform for developers. Stay tuned for more news and updates from the Deno community!