feat(export): export defaultMetadataStorage#1715
feat(export): export defaultMetadataStorage#1715thongxuan wants to merge 1 commit intotypestack:developfrom
Conversation
|
Hello @thongxuan, did you create any issue (or could you find any open issue) for this pr detailing the need for this? If not, could you please describe when would this export be used? Thank you |
We use Which is convenient in cases where you have a We have generic components that parse a schema maintained in a set of Having this default metadata storage being exportable would be super helpful! Right now, we have to have it like this: but this may require additional configuration and it would be much better if we can simply just do: and be able to utilize |
|
is there any update on the status of this PR? |
|
A very useful and necessary feature |
Description
This PR exports default metadata storage which allow picking & subclassing class decorated with class-transfomer.
Checklist
Update index.md)develop)npm run prettier:checkpassesnpm run lint:checkpassesFixes
fixes #[issue number], fixes #[issue number]