File rx.lite.js
has 4132 lines of code (exceeds 250 allowed). Consider refactoring.
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define([], factory);
Function baseIsEqualDeep
has 50 lines of code (exceeds 25 allowed). Consider refactoring.
function baseIsEqualDeep(object, other, equalFunc, isLoose, stackA, stackB) {
var objIsArr = isArray(object),
othIsArr = isArray(other),
objTag = arrayTag,
othTag = arrayTag;
Function equalObjects
has 34 lines of code (exceeds 25 allowed). Consider refactoring.
function equalObjects(object, other, equalFunc, isLoose, stackA, stackB) {
var objProps = keys(object),
objLength = objProps.length,
othProps = keys(other),
othLength = othProps.length;
Function equalArrays
has 27 lines of code (exceeds 25 allowed). Consider refactoring.
function equalArrays(array, other, equalFunc, isLoose, stackA, stackB) {
var index = -1,
arrLength = array.length,
othLength = other.length;
Consider simplifying this complex logical expression.
if (objCtor !== othCtor && 'constructor' in object && 'constructor' in other && !(typeof objCtor === 'function' && objCtor instanceof objCtor && typeof othCtor === 'function' && othCtor instanceof othCtor)) {
return false;
}
Function equalArrays
has 6 arguments (exceeds 4 allowed). Consider refactoring.
function equalArrays(array, other, equalFunc, isLoose, stackA, stackB) {
Function baseIsEqualDeep
has 6 arguments (exceeds 4 allowed). Consider refactoring.
function baseIsEqualDeep(object, other, equalFunc, isLoose, stackA, stackB) {
Function equalObjects
has 6 arguments (exceeds 4 allowed). Consider refactoring.
function equalObjects(object, other, equalFunc, isLoose, stackA, stackB) {
Function baseIsEqual
has 5 arguments (exceeds 4 allowed). Consider refactoring.
function baseIsEqual(value, other, isLoose, stackA, stackB) {
Function ZipObserver
has 5 arguments (exceeds 4 allowed). Consider refactoring.
function ZipObserver(o, i, p, q, d) {
Function ScheduledItem
has 5 arguments (exceeds 4 allowed). Consider refactoring.
function ScheduledItem(scheduler, state, action, dueTime, comparer) {
Function exports
has 5 arguments (exceeds 4 allowed). Consider refactoring.
module.exports = function replay(source, selector, bufferSize, windowSize, scheduler) {
Avoid too many return
statements within this function.
return result;
Avoid too many return
statements within this function.
return true;
Avoid too many return
statements within this function.
return true;
Avoid too many return
statements within this function.
return len;
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
var argsTag = '[object Arguments]',
arrayTag = '[object Array]',
boolTag = '[object Boolean]',
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
(function(global, process) {'use strict';
var Disposable = __webpack_require__(12);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
(function(global) {'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var Disposable = __webpack_require__(12);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
(function(global) {'use strict';
var errors = __webpack_require__(7);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
(function(global) {'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
'use strict';
function IndexedItem(id, value) {
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var Disposable = __webpack_require__(12);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var Observable = __webpack_require__(8);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var Disposable = __webpack_require__(12);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
var process = module.exports = {};
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var Scheduler = __webpack_require__(21);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var AbstractObserver = __webpack_require__(5);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var AbstractObserver = __webpack_require__(5);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var Observable = __webpack_require__(8);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var AbstractObserver = __webpack_require__(5);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
'use strict';
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var AsyncSubject = __webpack_require__(11);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var AbstractObserver = __webpack_require__(5);
Identical blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var create = __webpack_require__(2);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var AsyncSubject = __webpack_require__(11);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Identical blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
'use strict';
function EmptyError() {
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var inherits = __webpack_require__(6);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var AbstractObserver = __webpack_require__(5);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var inherits = __webpack_require__(6);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Identical blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var Observer = __webpack_require__(1);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var Scheduler = __webpack_require__(21);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var AbstractObserver = __webpack_require__(5);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var AbstractObserver = __webpack_require__(5);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var noop = __webpack_require__(3);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var Disposable = __webpack_require__(12);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var fromArray = __webpack_require__(45);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Identical blocks of code found in 2 locations. Consider refactoring.
return (function(modules) {
var installedModules = {};
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
'use strict';
function SerialDisposable() {
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var map = __webpack_require__(78);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var Observable = __webpack_require__(8);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
'use strict';
function SingleAssignmentDisposable() {
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Identical blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var AbstractObserver = __webpack_require__(5);
Identical blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
if (typeof Object.create === 'function') {
module.exports = function inherits(ctor, superCtor) {
Identical blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
'use strict';
Identical blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var isFunction = __webpack_require__(9);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
'use strict';
function BinaryDisposable(first, second) {
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
'use strict';
module.exports = function bindCallback(func, thisArg, argCount) {
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var multicast = __webpack_require__(50);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
'use strict';
function NAryDisposable(disposables) {
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
'use strict';
module.exports = function addProperties() {
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
'use strict';
function InnerSubscription(s, o) {
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
(function(global) {'use strict';
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
(function(global) {'use strict';
module.exports = function toPromise(source, promiseCtor) {
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var ObservableBase = __webpack_require__(34);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var Scheduler = __webpack_require__(21);
Identical blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
'use strict';
module.exports = function () {
Identical blocks of code found in 2 locations. Consider refactoring.
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define([], factory);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var multicast = __webpack_require__(50);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var Subject = __webpack_require__(49);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var fromArray = __webpack_require__(45);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var AsyncSubject = __webpack_require__(11);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
'use strict';
module.exports = function cloneArray(arr) {
Identical blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var noop = __webpack_require__(3);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var AnonymousObservable = __webpack_require__(17);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var FlatMapObservable = __webpack_require__(73);
Similar blocks of code found in 3 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var FlatMapObservable = __webpack_require__(73);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
'use strict';
module.exports = function comparer(x, y) {
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var replay = __webpack_require__(83);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var publishValue = __webpack_require__(81);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var $iterator$ = __webpack_require__(43);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var isFunction = __webpack_require__(9);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var publish = __webpack_require__(48);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var AnonymousObservable = __webpack_require__(17);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports, __webpack_require__) {
'use strict';
var mergeConcat = __webpack_require__(65);
Similar blocks of code found in 2 locations. Consider refactoring.
function(module, exports) {
'use strict';
module.exports = function isArrayLike(o) {
There are no issues that match your filters.