发布

  • fix(core): derive graph node type correctly when `projectType` is not set (#32018)

    frostbyte_neo 发布于 2025-07-25 13:04:54 +00:00

    Current Behavior

    When building the project graph nodes, the node type is always
    inferred as lib when projectType is not set.

    Expected Behavior

    When building the project graph nodes, the node type should be derived
    correctly using the same logic used by generators when projectType is
    not set.

    Related Issue(s)

    Fixes #31983

    下载附件