Summary of several command-line commands (node, BABEL-CLI, Babel-node)

Source: Internet
Author: User

Node: input node, after entering the REPL environment, you can run the Javascsript expression directly, simulate the node output

sh-it-nb0023:static xialei$ node> Console.log ('lallalala'); lallalalaundefined

BABEL-CLI: After the installation of BABEL-CLI, you can directly through the Babel command to Transcode, if the root directory must have. BABELRC

--out-file or---out-file---out-dir or---out-dir ---  D lib-s

Babel-node: The babel-cli tool comes with a babel-node command that provides a REPL environment that supports ES6. It supports all the functions of node's REPL environment and can run ES6 code directly.

It does not have to be installed separately, but is installed with it babel-cli . The execution then babel-node enters the REPL environment.

$ babel-node2) (1)2$ babel-node es6.js2

Summary of several command-line commands (node, BABEL-CLI, Babel-node)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.