([packages, changesets, changedFiles, [fs, path, rootDir]]: readonly [ readonly PackageInternal[], readonly ChangesetInfoInternal[], readonly string[], readonly [FileSystem.FileSystem, Path.Path, string], ])
| 971 | ); |
| 972 | |
| 973 | const runValidationLogic = ([packages, changesets, changedFiles, [fs, path, rootDir]]: readonly [ |
| 974 | readonly PackageInternal[], |
| 975 | readonly ChangesetInfoInternal[], |
| 976 | readonly string[], |
| 977 | readonly [FileSystem.FileSystem, Path.Path, string], |
| 978 | ]) => validateWithRootPackage(packages, changesets, changedFiles, fs, path, rootDir); |
| 979 | |
| 980 | const validateChangesets = pipe( |
| 981 | Terminal.Terminal, |
nothing calls this directly
no test coverage detected