LWB-MatJ

Results 3 comments of LWB-MatJ

I'm having trouble uploading a screenshot. It's located on line 129 in the method AutoMapperHelper.getMappingMetadataFromTransformationFunction in file dist/automapper.js

I was using an arrow function and this throws the getFunctionParameters out of wack. I will change to using proper functions

Hi Bert, Using arrow functions it doesn't seem to be determining the number of parameters correctly see below ``` const mapFromNullable = (opts, field) => { if (opts.sourceObject[field]) return opts.sourceObject[field]...