Reactive-Extensions/RxJS

View on GitHub
src/modular/dist/rx.lite.js

Summary

Maintainability
F
9 mos
Test Coverage

Showing 112 of 112 total issues

File rx.lite.js has 4132 lines of code (exceeds 250 allowed). Consider refactoring.
Open

(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define([], factory);
Severity: Major
Found in src/modular/dist/rx.lite.js - About 1 wk to fix

    Function baseIsEqualDeep has 50 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function baseIsEqualDeep(object, other, equalFunc, isLoose, stackA, stackB) {
    var objIsArr = isArray(object),
    othIsArr = isArray(other),
    objTag = arrayTag,
    othTag = arrayTag;
    Severity: Minor
    Found in src/modular/dist/rx.lite.js - About 2 hrs to fix

      Function equalObjects has 34 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function equalObjects(object, other, equalFunc, isLoose, stackA, stackB) {
      var objProps = keys(object),
      objLength = objProps.length,
      othProps = keys(other),
      othLength = othProps.length;
      Severity: Minor
      Found in src/modular/dist/rx.lite.js - About 1 hr to fix

        Function equalArrays has 27 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        function equalArrays(array, other, equalFunc, isLoose, stackA, stackB) {
        var index = -1,
        arrLength = array.length,
        othLength = other.length;
         
         
        Severity: Minor
        Found in src/modular/dist/rx.lite.js - About 1 hr to fix

          Consider simplifying this complex logical expression.
          Open

          if (objCtor !== othCtor && 'constructor' in object && 'constructor' in other && !(typeof objCtor === 'function' && objCtor instanceof objCtor && typeof othCtor === 'function' && othCtor instanceof othCtor)) {
          return false;
          }
          Severity: Major
          Found in src/modular/dist/rx.lite.js - About 1 hr to fix

            Function equalArrays has 6 arguments (exceeds 4 allowed). Consider refactoring.
            Open

            function equalArrays(array, other, equalFunc, isLoose, stackA, stackB) {
            Severity: Minor
            Found in src/modular/dist/rx.lite.js - About 45 mins to fix

              Function baseIsEqualDeep has 6 arguments (exceeds 4 allowed). Consider refactoring.
              Open

              function baseIsEqualDeep(object, other, equalFunc, isLoose, stackA, stackB) {
              Severity: Minor
              Found in src/modular/dist/rx.lite.js - About 45 mins to fix

                Function equalObjects has 6 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                function equalObjects(object, other, equalFunc, isLoose, stackA, stackB) {
                Severity: Minor
                Found in src/modular/dist/rx.lite.js - About 45 mins to fix

                  Function baseIsEqual has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                  function baseIsEqual(value, other, isLoose, stackA, stackB) {
                  Severity: Minor
                  Found in src/modular/dist/rx.lite.js - About 35 mins to fix

                    Function ZipObserver has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                    function ZipObserver(o, i, p, q, d) {
                    Severity: Minor
                    Found in src/modular/dist/rx.lite.js - About 35 mins to fix

                      Function ScheduledItem has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                      function ScheduledItem(scheduler, state, action, dueTime, comparer) {
                      Severity: Minor
                      Found in src/modular/dist/rx.lite.js - About 35 mins to fix

                        Function exports has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                        module.exports = function replay(source, selector, bufferSize, windowSize, scheduler) {
                        Severity: Minor
                        Found in src/modular/dist/rx.lite.js - About 35 mins to fix

                          Avoid too many return statements within this function.
                          Open

                          return result;
                          Severity: Major
                          Found in src/modular/dist/rx.lite.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                            return true;
                            Severity: Major
                            Found in src/modular/dist/rx.lite.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                              return true;
                              Severity: Major
                              Found in src/modular/dist/rx.lite.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                return len;
                                Severity: Major
                                Found in src/modular/dist/rx.lite.js - About 30 mins to fix

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  var argsTag = '[object Arguments]',
                                  arrayTag = '[object Array]',
                                  boolTag = '[object Boolean]',
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 wks to fix
                                  src/modular/dist/rx.all.js on lines 4632..4916

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 wk to fix
                                  src/modular/dist/rx.all.js on lines 8812..8968

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  /* WEBPACK VAR INJECTION */(function(global, process) {'use strict';
                                   
                                  var Disposable = __webpack_require__(12);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 wk to fix
                                  src/modular/dist/rx.all.js on lines 1456..1652

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  /* WEBPACK VAR INJECTION */(function(global) {'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 wk to fix
                                  src/modular/dist/rx.all.js on lines 3107..3282

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var Disposable = __webpack_require__(12);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 wk to fix
                                  src/modular/dist/rx.all.js on lines 11816..11969

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  /* WEBPACK VAR INJECTION */(function(global) {'use strict';
                                   
                                  var errors = __webpack_require__(7);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 wk to fix
                                  src/modular/dist/rx.all.js on lines 812..1013

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 6 days to fix
                                  src/modular/dist/rx.all.js on lines 6748..6875

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 6 days to fix
                                  src/modular/dist/rx.all.js on lines 2752..2874

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  /* WEBPACK VAR INJECTION */(function(global) {'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 6 days to fix
                                  src/modular/dist/rx.all.js on lines 3377..3498

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  'use strict';
                                   
                                  function IndexedItem(id, value) {
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 5 days to fix
                                  src/modular/dist/rx.all.js on lines 1303..1401

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var Disposable = __webpack_require__(12);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 5 days to fix
                                  src/modular/dist/rx.all.js on lines 3589..3707

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 5 days to fix
                                  src/modular/dist/rx.all.js on lines 8356..8450

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var Observable = __webpack_require__(8);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 5 days to fix
                                  src/modular/dist/rx.all.js on lines 11368..11494

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var Disposable = __webpack_require__(12);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 5 days to fix
                                  src/modular/dist/rx.all.js on lines 2107..2231

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 4 days to fix
                                  src/modular/dist/rx.all.js on lines 2599..2690

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 4 days to fix
                                  src/modular/dist/rx.all.js on lines 10013..10094

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 4 days to fix
                                  src/modular/dist/rx.all.js on lines 12272..12354

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  // shim for using process in browser
                                   
                                  var process = module.exports = {};
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 4 days to fix
                                  src/modular/dist/rx.all.js on lines 1654..1749

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var Scheduler = __webpack_require__(21);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 4 days to fix
                                  src/modular/dist/rx.all.js on lines 1777..1867

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var AbstractObserver = __webpack_require__(5);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 4 days to fix
                                  src/modular/dist/rx.all.js on lines 10861..10946

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var AbstractObserver = __webpack_require__(5);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 4 days to fix
                                  src/modular/dist/rx.all.js on lines 4154..4230

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var Observable = __webpack_require__(8);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 4 days to fix
                                  src/modular/dist/rx.all.js on lines 3751..3835

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var AbstractObserver = __webpack_require__(5);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 4 days to fix
                                  src/modular/dist/rx.all.js on lines 7394..7464

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 4 days to fix
                                  src/modular/dist/rx.all.js on lines 12554..12633

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 4 days to fix
                                  src/modular/dist/rx.all.js on lines 2886..2972

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 3 days to fix
                                  src/modular/dist/rx.all.js on lines 9537..9610

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 3 days to fix
                                  src/modular/dist/rx.all.js on lines 9459..9535

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 3 days to fix
                                  src/modular/dist/rx.all.js on lines 10571..10638

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 3 days to fix
                                  src/modular/dist/rx.all.js on lines 7887..7956

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  'use strict';
                                   
                                  /**
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 3 days to fix
                                  src/modular/dist/rx.all.js on lines 1077..1159

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var AsyncSubject = __webpack_require__(11);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 3 days to fix
                                  src/modular/dist/rx.all.js on lines 2364..2437

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var AbstractObserver = __webpack_require__(5);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 3 days to fix
                                  src/modular/dist/rx.all.js on lines 1869..1923

                                  Identical blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var create = __webpack_require__(2);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 3 days to fix
                                  src/modular/dist/rx.all.js on lines 537..620

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var AsyncSubject = __webpack_require__(11);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 days to fix
                                  src/modular/dist/rx.all.js on lines 2035..2105

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 days to fix
                                  src/modular/dist/rx.all.js on lines 3500..3565

                                  Identical blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  'use strict';
                                   
                                  function EmptyError() {
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 days to fix
                                  src/modular/dist/rx.all.js on lines 478..535

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 days to fix
                                  src/modular/dist/rx.all.js on lines 1925..1991

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var inherits = __webpack_require__(6);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 days to fix
                                  src/modular/dist/rx.all.js on lines 756..810

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var AbstractObserver = __webpack_require__(5);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 days to fix
                                  src/modular/dist/rx.all.js on lines 7802..7863

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var inherits = __webpack_require__(6);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 days to fix
                                  src/modular/dist/rx.all.js on lines 2310..2362

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 days to fix
                                  src/modular/dist/rx.all.js on lines 9671..9724

                                  Identical blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var Observer = __webpack_require__(1);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 days to fix
                                  src/modular/dist/rx.all.js on lines 387..447

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var Scheduler = __webpack_require__(21);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 days to fix
                                  src/modular/dist/rx.all.js on lines 1161..1213

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var AbstractObserver = __webpack_require__(5);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 days to fix
                                  src/modular/dist/rx.all.js on lines 12392..12447

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 days to fix
                                  src/modular/dist/rx.all.js on lines 13238..13286

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 6701..6746

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var AbstractObserver = __webpack_require__(5);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 13503..13548

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var noop = __webpack_require__(3);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 1015..1075

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 3335..3375

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var Disposable = __webpack_require__(12);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 1215..1250

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 4083..4118

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 4390..4434

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 2520..2554

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var fromArray = __webpack_require__(45);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 4120..4152

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 2556..2597

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 3709..3749

                                  Identical blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  return /******/ (function(modules) { // webpackBootstrap
                                  /******/ // The module cache
                                  /******/ var installedModules = {};
                                   
                                  /******/ // The require function
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 11..14953

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  'use strict';
                                   
                                  function SerialDisposable() {
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 2715..2750

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var map = __webpack_require__(78);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 11284..11324

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var Observable = __webpack_require__(8);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 14023..14065

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  'use strict';
                                   
                                  function SingleAssignmentDisposable() {
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 1252..1285

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 4043..4081

                                  Identical blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var AbstractObserver = __webpack_require__(5);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 338..385

                                  Identical blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  if (typeof Object.create === 'function') {
                                  // implementation from standard node.js 'util' module
                                  module.exports = function inherits(ctor, superCtor) {
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 449..476

                                  Identical blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  'use strict';
                                   
                                  /**
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 day to fix
                                  src/modular/dist/rx.all.js on lines 276..304

                                  Identical blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var isFunction = __webpack_require__(9);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 7 hrs to fix
                                  src/modular/dist/rx.all.js on lines 1403..1432

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  'use strict';
                                   
                                  function BinaryDisposable(first, second) {
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 7 hrs to fix
                                  src/modular/dist/rx.all.js on lines 1751..1775

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  'use strict';
                                   
                                  module.exports = function bindCallback(func, thisArg, argCount) {
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 7 hrs to fix
                                  src/modular/dist/rx.all.js on lines 3301..3333

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var multicast = __webpack_require__(50);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 6 hrs to fix
                                  src/modular/dist/rx.all.js on lines 11342..11366

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  'use strict';
                                   
                                  function NAryDisposable(disposables) {
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 6 hrs to fix
                                  src/modular/dist/rx.all.js on lines 2692..2713

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  'use strict';
                                   
                                  module.exports = function addProperties() {
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 6 hrs to fix
                                  src/modular/dist/rx.all.js on lines 2254..2271

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  'use strict';
                                   
                                  function InnerSubscription(s, o) {
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 6 hrs to fix
                                  src/modular/dist/rx.all.js on lines 2233..2252

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  /* WEBPACK VAR INJECTION */(function(global) {'use strict';
                                   
                                  // Shim in iterator support
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 5 hrs to fix
                                  src/modular/dist/rx.all.js on lines 3284..3299

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  /* WEBPACK VAR INJECTION */(function(global) {'use strict';
                                   
                                  module.exports = function toPromise(source, promiseCtor) {
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 5 hrs to fix
                                  src/modular/dist/rx.all.js on lines 13619..13637

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var ObservableBase = __webpack_require__(34);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 5 hrs to fix
                                  src/modular/dist/rx.all.js on lines 2005..2033

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var Scheduler = __webpack_require__(21);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 4 hrs to fix
                                  src/modular/dist/rx.all.js on lines 1434..1454

                                  Identical blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  'use strict';
                                   
                                  module.exports = function () {
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 4 hrs to fix
                                  src/modular/dist/rx.all.js on lines 622..640

                                  Identical blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  (function webpackUniversalModuleDefinition(root, factory) {
                                  if(typeof exports === 'object' && typeof module === 'object')
                                  module.exports = factory();
                                  else if(typeof define === 'function' && define.amd)
                                  define([], factory);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 3 hrs to fix
                                  src/modular/dist/rx.all.js on lines 1..14954

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var multicast = __webpack_require__(50);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 3 hrs to fix
                                  src/modular/dist/rx.all.js on lines 11800..11814

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var Subject = __webpack_require__(49);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 3 hrs to fix
                                  src/modular/dist/rx.all.js on lines 3567..3587

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var fromArray = __webpack_require__(45);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 3 hrs to fix
                                  src/modular/dist/rx.all.js on lines 4232..4247

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var AsyncSubject = __webpack_require__(11);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 3 hrs to fix
                                  src/modular/dist/rx.all.js on lines 11326..11340

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  'use strict';
                                   
                                  module.exports = function cloneArray(arr) {
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 hrs to fix
                                  src/modular/dist/rx.all.js on lines 2273..2286

                                  Identical blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var noop = __webpack_require__(3);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 hrs to fix
                                  src/modular/dist/rx.all.js on lines 306..328

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var AnonymousObservable = __webpack_require__(17);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 hrs to fix
                                  src/modular/dist/rx.all.js on lines 2288..2308

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var FlatMapObservable = __webpack_require__(73);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 2 hrs to fix
                                  src/modular/dist/rx.all.js on lines 7380..7392

                                  Similar blocks of code found in 3 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var FlatMapObservable = __webpack_require__(73);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 2 other locations - About 1 hr to fix
                                  src/modular/dist/rx.all.js on lines 9896..9907
                                  src/modular/dist/rx.all.js on lines 10000..10011

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  'use strict';
                                   
                                  module.exports = function comparer(x, y) {
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 hr to fix
                                  src/modular/dist/rx.all.js on lines 1287..1301

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var replay = __webpack_require__(83);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 hr to fix
                                  src/modular/dist/rx.all.js on lines 12368..12378

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var publishValue = __webpack_require__(81);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 hr to fix
                                  src/modular/dist/rx.all.js on lines 12380..12390

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var $iterator$ = __webpack_require__(43);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 hr to fix
                                  src/modular/dist/rx.all.js on lines 7476..7486

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var isFunction = __webpack_require__(9);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 hr to fix
                                  src/modular/dist/rx.all.js on lines 1993..2003

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var publish = __webpack_require__(48);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 hr to fix
                                  src/modular/dist/rx.all.js on lines 12356..12366

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var AnonymousObservable = __webpack_require__(17);
                                  Severity: Major
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 1 hr to fix
                                  src/modular/dist/rx.all.js on lines 2974..2989

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports, __webpack_require__) {
                                   
                                  'use strict';
                                   
                                  var mergeConcat = __webpack_require__(65);
                                  Severity: Minor
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 50 mins to fix
                                  src/modular/dist/rx.all.js on lines 8344..8354

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                  /***/ function(module, exports) {
                                   
                                  'use strict';
                                   
                                  module.exports = function isArrayLike(o) {
                                  Severity: Minor
                                  Found in src/modular/dist/rx.lite.js and 1 other location - About 35 mins to fix
                                  src/modular/dist/rx.all.js on lines 7466..7474

                                  There are no issues that match your filters.

                                  Category
                                  Status