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