内容简介: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]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。