Node 之父 Ryan Dahl 的新作 deno 已发布 0.1.10 版本,更新内容如下: Add URLSearchParams (#1049) Implement clone for FetchResponse (#1054) Use content-type headers when importing from URLs. (#1020) Use
checkJs option, JavaScript will be type checked and users can supply
JSDoc type annotations that will be enforced by Deno (#1068) Add separate http/https cache dirs to DENO_DIR (#971) Support https in fetch. (#1100) Add chmod/chmodSync on unix (#1088) Remove broken features: --deps and trace() (#1103) Ergonomics: Prompt TTY for permission escalation (#1081)
二进制文件下载命令: $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) 源码下载: https://github.com/denoland/deno/releases |