node-babel7/packages/babel-highlight
openKylinBot dd573fc792 Import Upstream version 7.12.12+~cs150.141.84 2022-05-19 14:58:36 +08:00
..
src Import Upstream version 7.12.12+~cs150.141.84 2022-05-19 14:58:36 +08:00
test Import Upstream version 7.12.12+~cs150.141.84 2022-05-19 14:58:36 +08:00
.npmignore Import Upstream version 7.12.12+~cs150.141.84 2022-05-19 14:58:36 +08:00
README.md Import Upstream version 7.12.12+~cs150.141.84 2022-05-19 14:58:36 +08:00
package.json Import Upstream version 7.12.12+~cs150.141.84 2022-05-19 14:58:36 +08:00

README.md

@babel/highlight

Syntax highlight JavaScript strings for output in terminals.

See our website @babel/highlight for more information.

Install

Using npm:

npm install --save-dev @babel/highlight

or using yarn:

yarn add @babel/highlight --dev