Deno 1.7.2 现已发布,Deno 是 V8 上的安全 TypeScript 运行时。
此版本更新内容如下:
- feat(lsp, unstable):添加 references code lens(#9316)
- feat(lsp, unstable):添加 TS 快速修复代码操作(#9396)
- 修复:改进 http client builder error message(#9380)
- fix(cli):修复对 non-normalized specifier 的处理(#9357)
- fix(cli/coverage):显示映射的 instrumentation line counts(#9310)
- fix(repl):防止 symbol completion panic(#9400)
- 重构:重写 Blob implementation (#9309)
- 重构:重写 File implementation (#9334)
详情可查看发行说明:https://github.com/denoland/deno/releases/tag/v1.7.2
(文/开源中国)