mirror of
https://github.com/philips/supernote-obsidian-plugin.git
synced 2026-07-22 09:50:25 +00:00
Since there is no native code I am just checking all of the dependencies in to simplify life and avoid a hard dependency on npm working on any given day.
316 B
316 B
@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