内容简介:Deno 1.7.0 现已发布,Deno 是 V8 上的安全 TypeScript 运行时。 此版本更新内容如下: BREAKING(unstable):将 hosts 用于 net allowlists BREAKING(unstable):删除 CreateHttpClientOptions.caFile feat(inst...
Deno 1.7.0 现已发布,Deno 是 V8 上的安全 TypeScript 运行时。
此版本更新内容如下:
- BREAKING(unstable):将 hosts 用于 net allowlists
- BREAKING(unstable):删除 CreateHttpClientOptions.caFile
- feat(install):在 Windows 上添加对 MSYS 的支持
- feat(unstable):添加 Deno.resolveDns API
- feat(unstable):运行时编译器 API 合并到 Deno.emit()
- feat:将 WorkerOptions 接口添加到类型声明中
- feat: 为 Workers 添加可配置的权限
- fix(cli):在 help 和 version 后 print a newline
- fix(coverage):合并重复的报告
- fix(inspector):测试后杀死子进程
- 重构:将 WebSocket API 移至 op_crate
- 升级:Rust 1.49.0
- 升级:deno_doc、deno_lint、dprint、swc_ecmascript、swc_bundler
- ......
Changes in std version 0.84.0:
- BREAKING(std/wasi):make implementation details private
- BREAKING(std/wasi):return exit code from start
- feat(std/wasi):允许指定 stdio 资源
- fix(std):不要对 browser-compatibility headers 使用 JSDoc 语法
- fix(std/http):在服务器中使用 ES 专用字段
- fix(std/http):解析 HTTP version header
- fix(std/node):解析 symlinked directories 中的文件
详情可查看更新说明:https://github.com/denoland/deno/releases/tag/v1.7.0
以上所述就是小编给大家介绍的《Deno 1.7.0 发布,基于 V8 的 TypeScript 运行时》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
ActionScript 3.0 Cookbook
Joey Lott、Darron Schall、Keith Peters / Adobe Dev Library / 2006-10-11 / GBP 28.50
Well before Ajax and Microsoft's Windows Presentation Foundation hit the scene, Macromedia offered the first method for building web pages with the responsiveness and functionality of desktop programs......一起来看看 《ActionScript 3.0 Cookbook》 这本书的介绍吧!