当前位置:网站首页>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 :
- 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
边栏推荐
- Cmake project under vs2019: calculating binocular parallax using elas method
- Question brushing plan - depth first search DFS (I)
- MySQL进阶之表的增删改查
- Some grounded words
- 学会打字后的思考
- Solve importerror: cannot import name 'imread' from 'SciPy misc‘
- Tensorflow realizes gradient accumulation, and then returns
- MySQL advanced common functions
- Keywords static, extern + global and local variables
- MySQL basic collection
猜你喜欢
Syntax Error: TypeError: this. getOptions is not a function
Identifier CV is not defined in opencv4_ CAP_ PROP_ FPS; CV_ CAP_ PROP_ FRAME_ COUNT; CV_ CAP_ PROP_ POS_ Frames problem
PHP的Laravel与Composer部署项目时常见问题
CUDA, NVIDIA driver, cudnn download address and version correspondence
Prim、Kruskal
Summary and effect analysis of methods for calculating binocular parallax
Question brushing plan - depth first search DFS (I)
【SQL】字符串系列2:将一个字符串根据特定字符分拆成多行
go defer
"Meta function" of tidb 6.0: what is placement rules in SQL?
随机推荐
3-5 obtaining cookies through XSS and the use of XSS background management system
How to do after winning the new debt? Is it safe to open an account online
Addition, deletion, modification and query of MySQL advanced table
Keywords static, extern + global and local variables
Resolve the eslint warning -- ignore the warning that there is no space between the method name and ()
中创存储|想要一个好用的分布式存储云盘,到底该怎么选
Send email to laravel
What about laptop Caton? Teach you to reinstall the system with one click to "revive" the computer
Express③(使用Express编写接口、跨域有关问题)
Reentrant function
41. 缺失的第一个正数
matplotlib. Pyplot partition drawing
Fastdfs mind map
居家第二十三天的午饭
"Meta function" of tidb 6.0: what is placement rules in SQL?
IOT 设计与开发
Case of the third day of go language development fresh every day project - news release system II
Unity solves Z-fighting
Deep analysis of C language pointer (Part I)
MySQL进阶之数据的增删改查(DML)