swc_ecma_transforms_base 43.0.1

rust port of babel and closure compiler.
Documentation
1
2
3
4
5
6
function _assert_this_initialized(self) {
    if (self === void 0) {
        throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
    }
    return self;
}