Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/react-spectrum
/ removeUnusedDeps.js
File
removeUnusedDeps.js
scripts/removeUnusedDeps.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{parse} = require(
'@babel/parser'
);
2
const
glob = require(
'glob'
).sync;
3
const
path = require(
'path'
);
4
const
fs = require(
'fs'
);
Callers
nothing calls this directly
Calls
6
slice
Method · 0.80
parse
Function · 0.70
add
Method · 0.65
has
Method · 0.65
require
Function · 0.50
parse
Method · 0.45
Tested by
no test coverage detected