当前位置:网站首页>DeNO 1.13.2 release

DeNO 1.13.2 release

2022-04-23 20:49:00 It's not called moon red

Deno It is a goal to improve or even replace Node Of JavaScript / TypeScript Runtime . The latest version was announced today 1.13.2, This version mainly carries out function repair and improvement :
 Insert picture description here

  • Repair (cli/flags): Concurrent jobs require non-zero usage (#11802
  • fix(ext/crypto): be used for HMAC Of exportKey() ( #11737 )
  • Repair (ext/crypto): Delete duplicate algorithm interface definitions (#11807
  • fix(ext/ffi): No direction Deno Namespace API add to webidl Content (#11815
  • fix(ext/http): HttpConn.close() Resource leaks on ( #11805 )
  • fix(lsp): Better handling languageId ( #11755 )
  • Repair ( Runtime ): Event cycle panic in classic workers (#11756
  • fix(ext/fetch): Headers Constructor error message ( #11778 )
  • perf(ext/url): Cleaning and optimization url analysis op args ( #11763 )
  • perf(ext/url): Optimize UrlParts op serialize ( #11765 )
  • perf(ext/url): Use DOMString instead of USVString As webidl Converter for URL
    analysis ( #11775 )
  • perf(url): Use opt-level 3 structure (#11779

For more details , See the official release notes :https://github.com/denoland/deno/releases/tag/v1.13.2

版权声明
本文为[It's not called moon red]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204232047397300.html