Deno 1.5.2 released, V8-based TypeScript runtime

Haven't voted? Don't say you have been to OSC

https://www.oschina.net/project/top_cn_2020

Deno 1.5.2 has been released, it is a Javascript/TypeScript runtime, written in the popular new programming language Rust, and developed by Ryan Dahl, the creator of Node.js.

Dahl believes that Node.js has some key weaknesses, such as security issues, the use of centralized warehouses, and cumbersomeness, so Deno was created. Currently, Deno has 68.7K stars on Github. Node.js, which has been updated to version 15 for 11 years, has 74.5K stars on Github.

The highlights of Deno 1.5.2 update include:

  • fix(core/error): Remove extra line breaks from JsError::fmt() ( #8145 )
  • fix(op_crates/web): make TextEncoder use forced non-string work ( #8206 )
  • fix(op_crates/web): fix URLSearchParams, malformed URL processing ( #8092 )
  • fix(op_crates/web): define abort event handler on prototype ( #8230 )
  • fix(cli/repl): fix syntax highlighting ( #8202 )
  • fix: show non-ASCII characters on Windows ( #8199 )

Further reading:

Dismissed by the creator, how does Node.js deal with the challenge from Deno

Guess you like

Origin www.oschina.net/news/120126/deno-1-5-2-released