内容简介:Node 之父 Ryan Dahl 的新作 deno 已发布 0.1.4 版本,更新内容如下: Support headers in fetch() 新增大量异步 fs 函数:deno.rename() deno.remove()、deno.removeAll()、deno.removeSync()、deno.removeAllS...
Node 之父 Ryan Dahl 的新作 deno 已发布 0.1.4 版本,更新内容如下:
Support headers in fetch()
新增大量异步 fs 函数:deno.rename() deno.remove()、deno.removeAll()、deno.removeSync()、deno.removeAllSync()、deno.mkdir()、deno.stat()、deno.lstat() deno.readFile() 和 deno.writeFile() 。
Add mode in FileInfo
Access error codes via error.kind
Check --allow-net permissions when using fetch()
Add deno --deps for listing deps of a script
二进制文件下载命令:
$HOME/.deno/bin
通过 Python 安装:
curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python
通过 PowerShell 安装:
iex (iwr https://raw.githubusercontent.com/denoland/deno_install/master/install.ps1)
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 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 发布,新增显示运行脚本的功能
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Cracking the Coding Interview
Gayle Laakmann McDowell / CareerCup / 2015-7-1 / USD 39.95
Cracking the Coding Interview, 6th Edition is here to help you through this process, teaching you what you need to know and enabling you to perform at your very best. I've coached and interviewed hund......一起来看看 《Cracking the Coding Interview》 这本书的介绍吧!