swc_ecma_transforms_base 42.0.0

rust port of babel and closure compiler.
Documentation
1
2
3
4
5
function _new_arrow_check(innerThis, boundThis) {
    if (innerThis !== boundThis) {
        throw new TypeError("Cannot instantiate an arrow function");
    }
}