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

Function joinSelectors

src/generators/css-filter.ts:151–153  ·  view source on GitHub ↗
(selectors: string[])

Source from the content-addressed store, hash-verified

149}
150
151function joinSelectors(selectors: string[]): string {
152 return selectors.map((s) => s.replace(/\,$/, '')).join(',\n');
153}
154
155function createReverseRule(reverseFilterValue: string, fix: InversionFix): string {
156 const lines: string[] = [];

Callers 1

createReverseRuleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected