Closed JakeChampion closed 3 years ago
@JakeChampion can you add a description of the changes?
@sthulb I've updated the description
@edermanoel94 I think I have already added tests for this --> https://github.com/awslabs/dynamodb-data-mapper-js/pull/167/files#diff-98df80367daa25bbae8c1e5d43887c9cR23-R32
@jeskew and/or @edermanoel94 is there anything I can do to help this get merged and released?
@JakeChampion for me its pretty good. i dont have any power here for merge.
I have a feeling this will never be merged
Giving up on this pull-request for now. Feel free to re-open it if you want to include this fix
Currently if an item does not exist in the dynamodb table an error is thrown but the error that is thrown is not inheriting from the error class they are constructed from. It turns out this is a bug/intential-change in TypeScript. TypeScript have a page on their Wiki which explains how to extend from Error correctly -- https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#extending-built-ins-like-error-array-and-map-may-no-longer-work