cspell-util-bundle

v5.1.3
This is a bundle of external libraries used by cspell bundled into a single `.js`

build

tsc -p . && webpack --mode none

build-production

rimraf dist build && tsc -p . && webpack --mode production

watch

npm run build -- watch

prepare

npm run build-production

clean

rimraf dist coverage

clean-build

npm run clean && npm run build

coverage

jest --coverage

test-watch

jest --watch

test

jest

Metadata

  • MIT
  • >=12.0.0
  • Jason Dent
  • released 1/5/2021

Downloads

Maintainers