wikimedia/mediawiki-extensions-UniversalLanguageSelector

View on GitHub
lib/jquery.uls/src/jquery.uls.data.js

Summary

Maintainability
F
3 mos
Test Coverage

Function 1 has 7068 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    1: [ function ( require, module, exports ) {
        module.exports = ( function ( $ ) {
            $.uls = $.uls || {};
            $.uls.data =
{
Severity: Major
Found in lib/jquery.uls/src/jquery.uls.data.js - About 1 mo to fix

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

            module.exports = ( function ( $ ) {
                $.uls = $.uls || {};
                $.uls.data =
    {
        "languages": {
    Severity: Major
    Found in lib/jquery.uls/src/jquery.uls.data.js - About 1 mo to fix

      File jquery.uls.data.js has 7072 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      ( function () { function r( e, n, t ) { function o( i, f ) { if ( !n[ i ] ) { if ( !e[ i ] ) { var c = typeof require === 'function' && require; if ( !f && c ) { return c( i, !0 ); } if ( u ) { return u( i, !0 ); } var a = new Error( "Cannot find module '" + i + "'" ); throw a.code = 'MODULE_NOT_FOUND', a; } var p = n[ i ] = { exports: {} }; e[ i ][ 0 ].call( p.exports, function ( r ) { var n = e[ i ][ 1 ][ r ]; return o( n || r ); }, p, p.exports, r, e, n, t ); } return n[ i ].exports; } for ( var u = typeof require === 'function' && require, i = 0; i < t.length; i++ ) { o( t[ i ] ); } return o; } return r; }() )( {
          1: [ function ( require, module, exports ) {
              module.exports = ( function ( $ ) {
                  $.uls = $.uls || {};
                  $.uls.data =
      Severity: Major
      Found in lib/jquery.uls/src/jquery.uls.data.js - About 2 wks to fix

        There are no issues that match your filters.

        Category
        Status