d11 theme
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.
 
 
 
rdrew f035d16951 lots of layout changes + sidbars 2 weeks ago
..
dist lots of layout changes + sidbars 2 weeks ago
CHANGELOG.md lots of layout changes + sidbars 2 weeks ago
LICENSE lots of layout changes + sidbars 2 weeks ago
README.md lots of layout changes + sidbars 2 weeks ago
package.json lots of layout changes + sidbars 2 weeks ago

README.md

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.