内容简介:Node.js v11.1.0 已发布,这是针对 v11.0.0 的修复和改进版本,更新包括: deps Updated ICU to 63.1. #23715 repl Top-level for-await-of is now supported in the REPL. #23841 timers Fixed an issue that c...
Node.js v11.1.0 已发布,这是针对 v11.0.0 的修复和改进版本,更新包括:
deps
Updated ICU to 63.1. #23715
repl
Top-level for-await-of is now supported in the REPL. #23841
timers
Fixed an issue that could cause timers to enter an infinite loop. #23870
下载地址:https://nodejs.org/en/download/current/
Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。 Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Node 13.0 发布,服务器端的 JavaScript 运行环境
- Node 11.7.0 发布,服务器端的 JavaScript 运行环境
- Node 11.8.0 发布,服务器端的 JavaScript 运行环境
- Node 11.8.0 发布,服务器端的 JavaScript 运行环境
- Node 11.10.0 发布,服务器端的 JavaScript 运行时
- Node 12.10.0 发布,服务器端的 JavaScript 运行环境
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Programming Ruby
Dave Thomas、Chad Fowler、Andy Hunt / Pragmatic Bookshelf / 2004-10-8 / USD 44.95
Ruby is an increasingly popular, fully object-oriented dynamic programming language, hailed by many practitioners as the finest and most useful language available today. When Ruby first burst onto the......一起来看看 《Programming Ruby》 这本书的介绍吧!