Attila Oláh
Attila Oláh
Yes, this is on the roadmap but we need to figure out what is the best way to ship this. In the meantime feel free to use class-sanitizer the latest...
Does putting `@Exclude` on the properties of the abstract class (instead of the class) helps?
Not yet, feel free to pick it up! Do you have any change request for the proposal or do you want to take a crack at it in it's current...
You should be able to reach it from `class-transformer/MetadataStorage.ts`, but keep in mind that this is an internal class, and can break anytime.
> Strangely, source code doesn't seem to be changed, but imports don't work the same way. Could it be because of changes in tsconfig.json? Yes, we move to the universal...
> maybe only the index is not exposed, and defaultMetadataStorage should just be re-exported from the index module? It won't be re-exported, because it's an internal part of the lib...
What we can do here is update the project config if needed to allow importing it directly with every build tool from its direct path. For that, I will need...
Yeah, this is a tooling bug with the new format, I am kind of out of depth here, so I will ask about this on SO and hope someone knows...
Can you guys explain the reasoning behind this? Why is it important to be able to specify the property order on the object?
This is low prio for me, I still don't see the justification for this. If we can agree on some acceptable design someone can try to implement it, but first...