内容简介:Deno 1.3.3 现已发布,Deno 是 V8 上的安全 TypeScript 运行时。 此版本更新内容如下: feat(unstable):添加 Deno.futime 和 Deno.futimeSync feat(unstable):允许 deno lint 从 stdin 读取 修复:不要暴露 gl...
Deno 1.3.3 现已发布,Deno 是 V8 上的安全 TypeScript 运行时。
此版本更新内容如下:
- feat(unstable):添加 Deno.futime 和 Deno.futimeSync
- feat(unstable):允许 deno lint 从 stdin 读取
- 修复:不要暴露 globalThis.__bootstrap
- 修复:更妥善地处理不良重定向
- 修复:URLSearchParams 中 + 字符的处理
- 修复:用于 TS refereces 和 deno-types 的正则表达式
- 修复:将线程池的最大大小设置为 31
- 修复:支持 --no-check 中缺少的功能
- 修复:为 Deno.futime 和 Deno.utime 使用毫秒级精度
- 修复:为 WebAssembly 使用上游类型定义
- 重构:Rust 中的编译器配置
- 重构:支持 env_logger / RUST_LOG
- 重构:支持 linter 中的多行诊断
- 重构:使用来自 SWC 的依赖分析器
- 升级:rust 1.46.0
- 升级:swc、deno_doc、deno_lint、dprint
更新说明:https://github.com/denoland/deno/releases/tag/v1.3.3
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- TypeScript 3.4.5 发布,修复节点运行问题
- Dapr 1.0 发布,分布式应用运行时
- Node.js 8.1.2 发布,JavaScript 运行时
- GoPlus 0.6.40 发布,支持线上运行模式
- RDoc 1.3.3 发布,兼容 Windows 系统下运行
- RubyMine 2018.2.3 发布,新增显示运行脚本的功能
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Data Structures and Algorithms
Alfred V. Aho、Jeffrey D. Ullman、John E. Hopcroft / Addison Wesley / 1983-1-11 / USD 74.20
The authors' treatment of data structures in Data Structures and Algorithms is unified by an informal notion of "abstract data types," allowing readers to compare different implementations of the same......一起来看看 《Data Structures and Algorithms》 这本书的介绍吧!