()
| 47 | } |
| 48 | |
| 49 | function getBundlePolyfillPath() { |
| 50 | return join(CWD, 'node_modules', 'bundle', 'index.js') |
| 51 | } |
| 52 | |
| 53 | function getClaudeMdPath() { |
| 54 | if (existsSync(join(CWD, '.claude', 'CLAUDE.md'))) return join(CWD, '.claude', 'CLAUDE.md') |
no outgoing calls
no test coverage detected