- Replace sync readFileSync with async readFile from fs/promises
- Fix blast radius empty check: total_count === 0 → affected_symbols.length === 0
- Fix null-safe coverage access: cov.startsWith → (mod.coverage || '').startsWith('Partial:')
- Add await to readJsonFile calls in main()
|
||
|---|---|---|
| .. | ||
| inject-mcp-config.mjs | ||
| memtrace-adapter.mjs | ||
| memtrace-adapter.test.mjs | ||
| pitfalls-catalog.json | ||
| qa-memtrace.mjs | ||
| qa-memtrace.test.mjs | ||
| validate-dead-code.mjs | ||
| validate-dead-code.test.mjs | ||