MCPcopy Index your code
hub / github.com/darkreader/darkreader / parse

Function parse

tests/unit/generators/utils/parse.tests.ts:43–43  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

41 parseCommandValue: (_, value) => value.trim(),
42 };
43 const parse = (text: string) => parseSitesFixesConfig(text, options);
44 const index = indexSitesFixesConfig(config);
45
46 const fixes = getSitesFixesFor<TestFix>('https://example.com', config, index, parse);

Callers

nothing calls this directly

Calls 1

parseSitesFixesConfigFunction · 0.90

Tested by

no test coverage detected