MCPcopy Index your code
hub / github.com/tinyplex/tinybase / spellCheck

Function spellCheck

gulpfile.mjs:470–472  ·  view source on GitHub ↗
(dir, deep = false)

Source from the content-addressed store, hash-verified

468};
469
470const spellCheck = (dir, deep = false) => {
471 execute(`npx cspell ${dir}/*${deep ? '*' : ''}`);
472};
473
474const getTsOptions = async (dir) => {
475 const {default: tsc} = await import('typescript');

Callers 1

spellFunction · 0.85

Calls 1

executeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…