(t: Target)
| 140 | /** Dist directory name (e.g. dist/executor-linux-x64). Only used as a build |
| 141 | * artifact convention; the actual npm package name inside is `executor`. */ |
| 142 | const targetPackageName = (t: Target) => `executor-${platformTag(t)}`; |
| 143 | |
| 144 | const bunTargetKeys = [ |
| 145 | "linux-x64", |
no test coverage detected