static O[] transpilationCredentials() {
  S _pass = transpilationPassword();
  ret nempty(_pass) ? new O[] { +_pass } : new O[0];
}