Enumeration: RenamedDepsResult
Defined in: packages/core/src/utils/projection.ts:5
Describes how a set of dependencies relates to a Projection's rename map.
Enumeration Members
modified
modified:
0
Defined in: packages/core/src/utils/projection.ts:7
At least one dependency is modified (not merely renamed) by the projection.
renamed
renamed:
1
Defined in: packages/core/src/utils/projection.ts:9
All matching dependencies are renamed but structurally unchanged.
unchanged
unchanged:
2
Defined in: packages/core/src/utils/projection.ts:11
All matching dependencies pass through the projection without any renaming.