Deno v1.23 has been released: Details here

ยท

1 min read

Deno v1.23 has been released: Details here

Deno is a runtime for JavaScript and TypeScript that uses V8 and is built on Rust. It's version 1.23 has been released. Here are the updates that it comes with.

  • Support for deflate-raw in CompressionStream and DecompressionStream

  • Remove Deno.UnsafePointer

  • Remove Deno.sleepSync API

  • New unstable Deno.getGid() API

  • No type-checking by default

  • fix(ext/web): add EventTarget brand checking

  • File watcher now watches dynamic imports

  • Upgrade swc via deno_ast 0.16

  • Optimize FFI Rust side type checks

  • It ships with TypeScript 4.7

For more information refer this.

ย