angular/dom-interceptor

View on GitHub

Showing 2 of 4 total issues

Function exports has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(config) {
    baseConfig(config);
    var customLaunchers = {
    'SL_Chrome': {
      base: 'SauceLabs',
Severity: Minor
Found in karma-sauce.conf.js - About 1 hr to fix

    Function patchOnePrototype has 38 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function patchOnePrototype(type, typeName) {
      collectUnalteredPrototypeProperties(type, typeName);
      listener = _listener;
      if (!type || !type.prototype) {
        throw new Error('collectPrototypeProperties() needs a .prototype to collect properties from. ' +
    Severity: Minor
    Found in dom-interceptor.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language