swc_ecma_transforms_base 41.0.1

rust port of babel and closure compiler.
Documentation
1
2
3
4
function _overload_yield(value, /** 0: await 1: delegate */ kind) {
    this.v = value;
    this.k = kind;
}