动态 | Deno v1.3.3 版本发布
justjavac
共 1336字,需浏览 3分钟
·
2020-09-10 18:24
curl -fsSL https://x.deno.js.cn/install.sh | sh -s v1.3.3
$v="1.3.3"; iwr https://x.deno.js.cn/install.ps1 -useb | iex
特性(unstable): 添加 Deno.futime
和Deno.futimeSync
(#7266)特性(unstable): 运行 deno lint 命令从 stdin 进行读入内容 (#7263) 修复: Don’t expose globalThis.__bootstrap
(#7344)修复: Handle bad redirects more gracefully (#7342) 修复: Handling of + character in URLSearchParams (#7314) 修复: Regex for TS refereces and deno-types (#7333) 修复: 修改线程池的最大数为 31
(#7290)修复: Support missing features in --no-check
(#7289)修复: Use millisecond precision for Deno.futime and Deno.utime (#7299) 修复: Use upstream type definitions for WebAssembly (#7216) 重构: Compiler config in Rust (#7228 1) 重构: Support env_logger / RUST_LOG (#7142) 重构: Support multiline diagnostics in linter (#7303) 重构: Use dependency analyzer from SWC (#7334) 升级: rust 1.46.0 (#7251) 升级: swc, deno_doc, deno_lint, dprint (#7276, #7332)
重构(std/uuid): remove dependency on isString from std/node (#7273)
动态 | Deno v1.2.3 版本发布 deno fmt 从 prettier 切换到 dprint,性能提升 10+ 倍 一夜之间,Deno 源码的 JavaScript 占比超过了 70% Deno 完成了内部代码从 TypeScript 到 JavaScript 的迁移
评论