(value)
| 5 | import { resolveTarget } from "./target.js"; |
| 6 | |
| 7 | function shellQuote(value) { |
| 8 | return `'${String(value).replaceAll("'", "'\\''")}'`; |
| 9 | } |
| 10 | |
| 11 | function benchmarkConfigPath(target) { |
| 12 | return path.join(target.path, ".plugin-eval", "benchmark.json"); |
no outgoing calls
no test coverage detected