MCPcopy Create free account
hub / github.com/code-pushup/cli / formatSelector

Function formatSelector

packages/plugin-axe/src/lib/runner/transform.ts:66–71  ·  view source on GitHub ↗
(selector: axe.CrossTreeSelector)

Source from the content-addressed store, hash-verified

64}
65
66function formatSelector(selector: axe.CrossTreeSelector): string {
67 if (typeof selector === 'string') {
68 return selector;
69 }
70 return selector.join(' >> ');
71}
72
73/**
74 * Joins `none`/`all` check messages (each must be fixed).

Callers 1

toIssueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected