Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/adobe/react-spectrum
/ getComponents.ts
File
getComponents.ts
packages/dev/codemods/src/s1-to-s2/src/getComponents.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{existsSync, readFileSync} from
'fs'
;
2
import
{parse} from
'@babel/parser'
;
3
const
path = require(
'path'
);
4
import
traverse from
'@babel/traverse'
;
Callers
nothing calls this directly
Calls
1
require
Function · 0.50
Tested by
no test coverage detected