-
fix(core): derive graph node type correctly when `projectType` is not set (#32018)
发布于
2025-07-25 13:04:54 +00:00 Current Behavior
When building the project graph nodes, the node
typeis always
inferred aslibwhenprojectTypeis not set.Expected Behavior
When building the project graph nodes, the node
typeshould be derived
correctly using the same logic used by generators whenprojectTypeis
not set.Related Issue(s)
Fixes #31983
下载附件