Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ run
Function
run
packages/feedback/scripts/shim-preact-export.js:69–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
function
run() {
70
// recurse through build/npm/types-ts3.8 directory
71
const
dir = path.join(
'build'
,
'npm'
,
'types-ts3.8'
);
72
walk(dir);
73
}
74
75
run();
Callers
1
shim-preact-export.js
File · 0.70
Calls
1
walk
Function · 0.70
Tested by
no test coverage detected