Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/react-spectrum
/ getCssFiles
Function
getCssFiles
scripts/syncStarterCss.mjs:72–74 ·
view source on GitHub ↗
(directory)
Source
from the content-addressed store, hash-verified
70
}
71
72
function
getCssFiles(directory) {
73
return
new
Set(fs.readdirSync(directory).filter(file => file.endsWith(
'.css'
)));
74
}
Callers
1
syncStarterCss.mjs
File · 0.85
Calls
1
filter
Method · 0.65
Tested by
no test coverage detected