天啊!Node.js v14.3.0 发布!

REPL previews improvements with autocompletion

The output preview is changed to generate previews for autocompleted input instead of the actual input.

Pressing  during a preview is now going to evaluate the whole string including the autocompleted part. Pressing  cancels that behavior.

Support for Top-Level Await

It's now possible to use the await keyword outside of async functions.

Other Notable Changes: 

https://nodejs.org/en/blog/release/v14.3.0/

好文和朋友一起看~

你可能感兴趣的:(天啊!Node.js v14.3.0 发布!)