Deno 1.7.1 发布,基于 V8 的 TypeScript 运行时
Deno 1.7.1 现已发布,Deno 是 V8 上的安全 TypeScript 运行时。
此版本更新内容如下:
- feat(lsp, unstable):添加性能测量(#9209)
- fix(cli):IO resource types,修复并发读/写和 graceful close(#9118)
- fix(cli):将 WorkerOptions::deno 类型移动到 unstable(#9163)
- fix(cli):添加 lib dom.asynciterable(#9288)
- fix(core):处理 prepareStackTrace() throws(#9211)
- fix(coverage):忽略 comments(#8639)
- fix(lsp):格式化时正确处理 mbc(#9273)
- fix(lsp):减少内存文档中的死锁(#9259)
- fix(op_crates/fetch):修复 ReadableStream.pipeThrough()(#9265)
- fix(op_crates/web):添加 gb18030 和 GBK 编码(#9242)
- fix(op_crates/web):改进 Location 的 customInspect(#9290)
- chore:新的 typescript WPT runner(#9269)
- ......
Changes in std version 0.85.0: