feat(FN-3929): dedupe REPO_OVERRIDE_RE export from core
Cleaned up a duplicate export of `REPO_OVERRIDE_RE` from the core package index, removing the redundant declaration from `packages/core/src/index.ts` while keeping it defined in `github-tracking.ts` where it logically belongs. Fusion-Task-Id: FN-3929
This commit is contained in:
@@ -109,7 +109,6 @@ export {
|
||||
type GhError,
|
||||
} from "./gh-cli.js";
|
||||
export {
|
||||
REPO_OVERRIDE_RE,
|
||||
parseRepoSlug,
|
||||
isValidRepoSlug,
|
||||
resolveTaskGithubTracking,
|
||||
|
||||
Reference in New Issue
Block a user