Skip to content

[API] Preserve the released overrideEdges compatibility export #114

Description

@samchon

Problem

The PR removes the root-exported overrideEdges function that shipped in @samchon/graph v0.2.0 while the package version remains 0.2.0. Removing the heuristic from the indexing pipeline is correct, but removing the public symbol without a compatibility path breaks existing TypeScript consumers at compile time.

Acceptance criteria

  • restore overrideEdges at the package root with its released call shape
  • mark it deprecated and keep the core compiler-owned indexing path independent of it
  • add an export/API regression proving existing imports still compile and behave compatibly
  • reserve actual removal for a documented breaking release

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions