This changes RegExp constructors into literals if the RegExp arguments are strings.
**Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/minify/pull/45#discussion_r70181249)
Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors
esformatter plugin that converts array and object constructors to literal notations
Look up HTML tag names via HTML Element constructors, and vice versa.
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.
Call function constructors with an array of arguments that spread
This plugin allows Babel to transform class constructors (deprecated)