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]


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

查看所有标签

猜你喜欢:

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

STL源码剖析

STL源码剖析

侯捷 / 华中科技大学出版社 / 2002-6 / 68.00元

学习编程的人都知道,阅读、剖析名家代码乃是提高水平的捷径。源码之前,了无秘密。大师们的缜密思维、经验结晶、技术思路、独到风格,都原原本本体现在源码之中。 这本书所呈现的源码,使读者看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;看到各种算法(排序、查找、排列组合、数据移动与复制技术......一起来看看 《STL源码剖析》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

html转js在线工具
html转js在线工具

html转js在线工具