deno v0.1.7 发布,基于 V8 的 TypeScript 运行时

栏目: 软件资讯 · 发布时间: 7年前

内容简介:Node 之父 Ryan Dahl 的新作 deno 已发布 0.1.7 版本,更新内容如下: Improve fetch headers (#853) Add deno.truncate (#805) Add copyFile/copyFileSync (#863) Limit depth of output in console.log for ne...

Node 之父 Ryan Dahl 的新作 deno 已发布 0.1.7 版本,更新内容如下:

  • Improve fetch headers (#853)

  • Add deno.truncate (#805)

  • Add copyFile/copyFileSync (#863)

  • Limit depth of output in console.log for nested objects, and add console.dir (#826)

  • Guess extensions on extension not provided (#859)

  • Renames:
     deno.platform -> deno.platform.os
     deno.arch -> deno.platform.arch

  • Upgrade TS to 3.0.3

  • Add readDirSync(), readDir()

  • Add support for TCP servers and clients. (#884)
    Adds deno.listen(), deno.dial(), deno.Listener and deno.Conn.

二进制文件下载命令:

$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


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Computational Geometry

Computational Geometry

Mark de Berg、Otfried Cheong、Marc van Kreveld、Mark Overmars / Springer / 2008-4-16 / USD 49.95

This well-accepted introduction to computational geometry is a textbook for high-level undergraduate and low-level graduate courses. The focus is on algorithms and hence the book is well suited for st......一起来看看 《Computational Geometry》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具