Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/adobe/react-spectrum
/ formatSpecifierList
Function
formatSpecifierList
scripts/reportExports.js:220–224 ·
view source on GitHub ↗
(specifiers)
Source
from the content-addressed store, hash-verified
218
}
219
220
function
formatSpecifierList(specifiers) {
221
return
Array.from(specifiers)
222
.sort((a, b) => a.localeCompare(b))
223
.join(
', '
);
224
}
Callers
1
getExportNotes
Function · 0.85
Calls
1
sort
Method · 0.65
Tested by
no test coverage detected