vcfvct/fixed-width-ts-decorator

[feat] add inheritance support

vcfvct opened this issue · 1 comments

currently the decorated fields in the parent classes are not picked up due to the way meta data is stored.
Need to create a global storage for metadata and check instanceof for the constructor's prototype to find the matching fields

implemented in #7