Xavier Martin
Xavier Martin
@vlapo @NoNameProvided would you have an idea on that one please?
@NickKelly1 @CyriacBr I have open the PR from your fork to @ts-revival/class-validator here https://github.com/ts-revival/class-validator/pull/9 following this comment https://github.com/typestack/class-validator/issues/812#issuecomment-739612691
Looking for this too :)
same problem here, updating to 0.3.2 breaks the import. using require syntax instead of imports works though. Node version 14 ``` // import { defaultMetadataStorage as classTransformerDefaultMetadataStorage, } from "class-transformer/storage";...
Just wondering @NoNameProvided why you wouldn't want to expose it? There are needs it seems from this thread. One I can contribute to is we are testing our Models to...
acutally importing it as I shown above failed today. Another way was this `import { defaultMetadataStorage as classTransformerDefaultMetadataStorage } from "class-transformer/cjs/storage";` with aliasing, otherwise it doesn't get picked... This is...
same problem here. trying to run it on alpine
thanks @UnmeshDeshmukh I need to run on alpine so decided to go with a different lib for now
Could we have this merged into 1.x bench please?
Thanks for confirming. Could you maybe point me to the right direction (code/test) and I will see if I can create a PR maybe? Thanks