static String? configPath(String? dir) { if (dir != null) { return p.join(dir, 'polyglot.yaml'); } return null; }