Deno 1.8.1 现已发布,Deno 是 V8 上的安全 TypeScript 运行时。
此版本更新内容如下:
- fix(cli/ast):将 importsNotUsedAsValues 传递给 swc(#9714)
- fix(cli/compile):请勿根据 target 附加 .exe(#9668)
- fix(cli/coverage):确保 single line functions 不会产生 false positives(#9717)
- fix(core): 发生 js 错误时 shared queue assertion 失败
- fix(runtime):添加导航器界面对象(#9685)
- fix(runtime/web_worker):不要使用 TLA 阻止 self.onmessage(#9619)
- fix(webgpu):在 ShaderModuleDescriptor 中为代码添加 Uint32Array 类型(#9730
- fix(webgpu):添加 webidl records 和 simple unions (#9698)