Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/react-spectrum
/ getIconPackageFolder
Function
getIconPackageFolder
scripts/buildIcons.js:68–70 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
66
});
67
68
function
getIconPackageFolder(name) {
69
return
path.resolve(path.join(__dirname,
'..'
,
'packages'
,
'@spectrum-icons'
, name));
70
}
71
72
async
function
isNewerThan(a, b) {
73
let
a_mtime = (
await
fs.promises.stat(a)).mtime;
Callers
1
buildIcons.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected