Changes
➤ Have a backup timer (#1707)
Related to #1704
➤ Explicitly import hrtime
from process
(#1705)
to allow Browserify/Webpack to work.
Related to #1704
➤ feat: Custom reporters support (#1643)
Hi Jason!
This PR proposes custom reporters support which allows implementing things like #21 in the future.
It definitly needs better documentation and tests, could you review it and discuss if you find the way I implemented is ok?
Fixes
➤ fix: Roll back update to @cspell/dict-en-gb@2
(#1712)
Related to #1709
➤ fix: Make dict-en-gb version 2 optional because of license. (#1710)
Related to #1709
➤ fix: Fix accidental promise returned by reporters. (#1702)
➤ refactor: imports of cspell-types
should be type only (#1688)
Where possible, make importing from @cspell/cspell-types
a type
only import.
➤ fix: Delete .pre-commit-hooks.yaml (#1686)
The CSpell mono-repo does not support pre-commit directly. Use cspell-cli: cspell command line that can be used with pre-commit
Maintenance
➤ ci: Improve the development experience (#1683)