动态 | Deno v1.2.3 版本发布
共 1119字,需浏览 3分钟
·
2020-08-14 12:39
Linux/macOS:
curl -fsSL https://x.deno.js.cn/install.sh | sh -s v1.2.3
Windows:
$v="1.2.3"; iwr https://x.deno.js.cn/install.ps1 -useb | iex
Deno CLI 的变更:
修复: 运行
deno info
时不进行类型检查 (#6978)修复: add missing globals to unstable diagnostics (#6960)
修复: add support for non-UTF8 source files (#6789)
修复: hash file names in gen cache (#6911)
重构: Encode op errors as strings instead of numbers (#6977)
重构: Op crate for Web APIs (#6906)
重构: remove repeated code in main.rs (#6954)
升级 to rusty_v8 0.8.1 / V8 8.6.334 (#6980)
升级: deno_lint v0.1.21 (#6985)
升级: swc_ecmascript (#6943)
特性(unstable): custom http client for fetch (#6918)
Deno 标准库(Deno Standard Modules) v0.64.0 的变更:
修复(std/toml): parser error with inline comments (#6942)
修复(std/encoding/toml): Add boolean support to stringify (#6941)
重构: Rewrite globToRegExp() (#6963)
相关阅读