设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

deno 0.1.10发布,基于V8的TypeScript运行时

2018-11-4 21:06| 发布者: joejoe0332| 查看: 393| 评论: 0|原作者: oschina|来自: oschina

摘要: 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 check ...

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


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部