Open
Description
There is one last bit left to implement in order to fulfill the Stampit v3 RFC - the convertConstructor
function.
I'm seeking for a volunteer to implement that. It should convert ES6 classes to stamps. The initializer, properties, methods, and staticProperties should be segregated from a ES6 class and added to a stamp.
Here is how the stampit v2 had convertConstructor
implemented: https://github.com/stampit-org/stampit/blob/v2.1.2/src/stampit.js#L275