内容简介:值得关注的变更:下载地址:
Node.js 最新版本 v12.0.0 已发布 ,这是非 LTS 版本,不过带来了比较大的改动,包括针对断言、http、模块和进程等功能的改动。
值得关注的变更:
- assert :
- async_hooks :
- bootstrap : make Buffer and process non-enumerable (Ruben Bridgewater) #24874
- buffer :
- http :
-
module
:
- remove unintended access to deps/ (Anna Henningsen) #25138
- improve error message for MODULE_NOT_FOUND (Ali Ijaz Sheikh) #25690
- requireStack property for MODULE_NOT_FOUND (Ali Ijaz Sheikh) #25690
- remove dead code (Ruben Bridgewater) #26983
-
make
require('.')
never resolve outside the current directory (Ruben Bridgewater) #26973 - throw an error for invalid package.json main entries (Ruben Bridgewater) #26823
-
don't search in
require.resolve.paths
(cjihrig) #23683
- process :
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 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 运行环境
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Data Structures and Algorithm Analysis in Java
Mark A. Weiss / Pearson / 2006-3-3 / USD 143.00
As the speed and power of computers increases, so does the need for effective programming and algorithm analysis. By approaching these skills in tandem, Mark Allen Weiss teaches readers to develop wel......一起来看看 《Data Structures and Algorithm Analysis in Java》 这本书的介绍吧!