You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
431 B
431 B
cspell-util-bundle
This is a bundle of imported libraries used by cspell.
The purpose of this bundle is to reduce the install size of cspell-lib and cspell app.
install
npm install -S cspell-util-bundle
Typescript dependencies
npm install -SD @types/xregexp
xregexp
xregexp is a wonderful enhancement to the builtin regex engine in Javascript.
The downside is that it includes a LOT of unnecessary files.