@Deprecated('Use isPubPackageRoot')
bool isPubPackageRootSync(String dirPath) { var pubspecYamlPath = join(dirPath, _pubspecYaml); return io.FileSystemEntity.isFileSync(pubspecYamlPath); }