Assigning of super is not allowed `var ref = super;` This fix adds an exception into the explode helper so that super stays untouched and does not get assigned.
babel-helper-explode-assignable-expression
Usage
TODO
Assigning of super is not allowed `var ref = super;` This fix adds an exception into the explode helper so that super stays untouched and does not get assigned.
TODO