codeql-action/node_modules/@babel/highlight
2021-07-27 16:54:26 +00:00
..
lib Update checked-in dependencies 2021-07-27 16:54:26 +00:00
LICENSE Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f) 2020-04-28 17:23:37 +02:00
package.json Update checked-in dependencies 2021-07-27 16:54:26 +00:00
README.md Update checked-in dependencies 2021-07-27 16:54:26 +00:00

@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