Closed gxkl closed 1 month ago
The changes in this pull request involve modifications to the class inheritance structure of the ChildStaticMultiInstanceProto
, which now extends ParentStaticMultiInstanceProto
instead of ParentSingletonProto
. Additionally, a new export statement has been introduced in the core/metadata/index.ts
file to include all exports from the ProtoDescriptorHelper
module, enhancing the module's interface.
File Path | Change Summary |
---|---|
core/core-decorator/test/fixtures/decators/ChildService.ts | Updated ChildStaticMultiInstanceProto to extend ParentStaticMultiInstanceProto instead of ParentSingletonProto . |
core/metadata/index.ts | Added export statement for ProtoDescriptorHelper : export * from './src/model/ProtoDescriptorHelper'; |
ChildStaticMultiInstanceProto
class, which is directly related to the modifications made in the main PR regarding its inheritance structure.In the forest where changes bloom,
A class found its rightful room.
From singleton to static it leaped,
New exports from helpers, joyfully we keep!
Hops of progress, we cheer and play,
In the code's embrace, we dance all day! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Checklist
npm test
passesAffected core subsystem(s)
Description of change
Summary by CodeRabbit
New Features
ProtoDescriptorHelper
, providing additional functionality.Refactor
ChildStaticMultiInstanceProto
class to improve its relationship within the class hierarchy.