内容简介:Deno 1.5.0 现已发布,Deno 是 V8 上的安全 TypeScript 运行时。 此版本更新内容如下: BREAKING: 默认情况下启用 isolatedModules feat(bundle):添加对 --no-check 的支持 feat(doc):支持 --import-map flag ...
Deno 1.5.0 现已发布,Deno 是 V8 上的安全 TypeScript 运行时。
此版本更新内容如下:
- BREAKING: 默认情况下启用 isolatedModules
- feat(bundle):添加对 --no-check 的支持
- feat(doc):支持 --import-map flag
- 修复 (console):修复功能检查的测试用例
- 修复(rt/performance):检查 startOrMeasureOptions 中的 object props
- 修复:恢复对 workers 的权限检查
- 重构(core): 对 isolate creation 的更多控制
- 重构:新的 TSC 基础架构
- 重构:将 --importmap 重命名为 --import-map
- 重构:重写 Deno.transpileOnly() 以使用 SWC
- 升级:deno_doc、deno_lint、dprint、swc
- 升级:rusty_v8 和 v8 8.7.220.3
- ......
Changes in std version 0.75.0 :
- feat(std/fs/node):添加更多 APIs
- feat(std/path):添加 toFileUrl()
- feat(std/testing):添加 assertExists 断言
- feat(std/testing):添加 ssertObjectMatch 断言
- fix(std/http):file_server.ts 中的路径遍历
- fix(std/toml): 解析内联表的内联数组
- refactor(std/testing):将 assert_Contains 重命名为 assert_Includes
- ......
更新说明:https://github.com/denoland/deno/releases/tag/v1.5.0
以上所述就是小编给大家介绍的《Deno 1.5.0 发布,基于 V8 的 TypeScript 运行时》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- TypeScript 3.4.5 发布,修复节点运行问题
- Dapr 1.0 发布,分布式应用运行时
- Node.js 8.1.2 发布,JavaScript 运行时
- GoPlus 0.6.40 发布,支持线上运行模式
- RDoc 1.3.3 发布,兼容 Windows 系统下运行
- RubyMine 2018.2.3 发布,新增显示运行脚本的功能
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
The Seasoned Schemer
Daniel P. Friedman、Matthias Felleisen / The MIT Press / 1995-12-21 / USD 38.00
drawings by Duane Bibbyforeword and afterword by Guy L. Steele Jr.The notion that "thinking about computing is one of the most exciting things the human mind can do" sets both The Little Schemer (form......一起来看看 《The Seasoned Schemer》 这本书的介绍吧!