()
| 335 | } |
| 336 | |
| 337 | function getNodeExecPath(): string { |
| 338 | if (process.versions.bun) { |
| 339 | return "node"; |
| 340 | } |
| 341 | return process.execPath; |
| 342 | } |
| 343 | |
| 344 | /** |
| 345 | * Computes the candidate platform-specific CLI package names for the current |
no outgoing calls
no test coverage detected
searching dependent graphs…