Showing 3 of 5 total issues

Function load has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function load(files, callbacks) {
  var target = document.getElementsByTagName('script')[0];
  var noop = function(_, fn) { fn(); };

  files = files.slice(0);
Severity: Minor
Found in lib/browser.js - About 1 hr to fix

    Function load has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function load(files, callbacks) {
      var target = document.getElementsByTagName('script')[0];
      var noop = function(_, fn) { fn(); };
    
      files = files.slice(0);
    Severity: Minor
    Found in fload.js - About 1 hr to fix

      Function relative has 26 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      require.relative = function(parent) {
        var p = require.normalize(parent, '..');
      
        /**
         * lastIndexOf helper.
      Severity: Minor
      Found in fload.js - About 1 hr to fix
        Severity
        Category
        Status
        Source
        Language