Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors
Adds a static extend
method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a Parent
constructor onto Child
constructors.
Look up HTML tag names via HTML Element constructors, and vice versa.
This plugin allows Babel to transform class constructors (deprecated)