Deno 1.2.1 发布,基于 V8 的 TypeScript 运行时

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

内容简介:Deno 于 2020.07.23 发布了 v1.2.1 版本。用户可以使用以下命令安装 Deno v1.2.1 版本: Linux/macOS: curl -fsSL https://x.deno.js.cn/install.sh | sh -s v1.2.1 Windows: $v="1.2.1"; iwr https://x....

Deno 于 2020.07.23 发布了 v1.2.1 版本用户可以使用以下命令安装 Deno v1.2.1 版本:

Linux/macOS:

curl -fsSL https://x.deno.js.cn/install.sh | sh -s v1.2.1

Windows:

$v="1.2.1"; iwr https://x.deno.js.cn/install.ps1 -useb | iex

Deno CLI 的变更:

  • fix: IPv6 hostname should be compressed (#6772)

  • fix: Ignore polling errors caused by return() in watchFs (#6785)

  • fix: Improve URL compatibility (#6807)

  • fix: ModuleSpecifier removes relative path parts (#6762)

  • fix: Share reqwest client between fetch calls (#6792)

  • fix: add icon and metadata to deno.exe on Windows (#6693)

  • fix: panic for runtime error in TS compiler (#6758)

  • fix: providing empty source code for missing compiled files (#6760)

  • refactor: Make OpDispatcher a trait (#6736#6742)

  • refactor: Remove duplicate code and allow filename overwrite for DomFile

    (#6817#6830)

  • upgrade: Rust 1.45.0 (#6791)

  • upgrade: rusty_v8 0.7.0 (#6801)

  • upgrade: tokio 0.2.22 (#6838)

Deno 标准库(Deno Standard Modules) v0.62.0 的变更:

  • BREAKING(std/fs): remove readFileStr and writeFileStr (#6848#6847)

  • feat(std/encoding): add ascii85 module (#6711)

  • feat(std/node): add string_decoder (#6638)

  • fix(std/encoding/toml): could not parse strings with apostrophes/semicolons

    (#6781)

  • fix(std/testing): assertThrows inheritance (#6623)

  • fix(std/wasi): remove number overload from rights in path_open (#6768)

  • refactor(std/datetime): improve weekOfYear (#6741)

  • refactor(std/path): enrich the types in parse_format_test (#6803)


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

查看所有标签

猜你喜欢:

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

写给大忙人看的C++

写给大忙人看的C++

【美】Brian Overland(布莱恩.奥弗兰德) / 卢涛、李颖 / 电子工业出版社 / 2015-8 / 109.00

《写给大忙人看的C++》全面介绍了C++语言知识,既提供了学习C++语言最新功能的捷径,也为快速找到特定问题的答案提供了便利。《写给大忙人看的C++》简明地描述了C++核心语言和标准库中几乎所有的函数、对象和运算符,一目了然地显示了语法、结构和重要函数的信息,内容组织形式便于快速查找信息。《写给大忙人看的C++》精选了实用的例子来深入地讲解概念,还提供了富有挑战性的练习及参考答案,便于读者举一反三......一起来看看 《写给大忙人看的C++》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

SHA 加密
SHA 加密

SHA 加密工具