function* myGenerator(n) { var _ref, _n; return _ref = (_n = n, yield _n), Math.abs(_ref); }