X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Frxjs%2Finternal%2Foperators%2FwithLatestFrom.js;h=c913dc522ac4707570d3c13418e984a36cc3cc53;hp=100c92c541469803f7f3a984b8ce53481d1ee9ba;hb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;hpb=b3950616b54221c40a7dab9099bda675007e5b6e diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/operators/withLatestFrom.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/operators/withLatestFrom.js index 100c92c5..c913dc52 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/operators/withLatestFrom.js +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/operators/withLatestFrom.js @@ -54,11 +54,11 @@ var WithLatestFromSubscriber = (function (_super) { } for (var i = 0; i < len; i++) { var observable = observables[i]; - _this.add(subscribeToResult_1.subscribeToResult(_this, observable, observable, i)); + _this.add(subscribeToResult_1.subscribeToResult(_this, observable, undefined, i)); } return _this; } - WithLatestFromSubscriber.prototype.notifyNext = function (outerValue, innerValue, outerIndex, innerIndex, innerSub) { + WithLatestFromSubscriber.prototype.notifyNext = function (_outerValue, innerValue, outerIndex) { this.values[outerIndex] = innerValue; var toRespond = this.toRespond; if (toRespond.length > 0) {