Showing 1,013 of 2,890 total issues
File rx.all.js
has 10626 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); else if(typeof define === 'function' && define.amd) define([], factory);
File d3.js
has 9223 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
!function() { var d3 = { version: "3.4.11" }; if (!Date.now) Date.now = function() {
File rx.lite.compat.js
has 5402 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
// Copyright (c) Microsoft, All rights reserved. See License.txt in the project root for license information. ;(function (undefined) { var objectTypes = {
File rx.lite.js
has 5116 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
// Copyright (c) Microsoft, All rights reserved. See License.txt in the project root for license information. ;(function (undefined) { var objectTypes = {
Function exports
has 2611 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function (grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), meta: {
File rx.lite.js
has 4132 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); else if(typeof define === 'function' && define.amd) define([], factory);
File Gruntfile.js
has 2613 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
module.exports = function (grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), meta: {
Function newContext
has 925 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function newContext(contextName) { var inCheckLoaded, Module, context, handlers, checkLoadedTimeoutId, config = { waitSeconds: 7,
File jasmine.js
has 1624 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
var isCommonJS = typeof window == "undefined" && typeof exports == "object"; /** * Top level namespace for Jasmine, a lightweight JavaScript BDD/spec/testing framework. *
File bootstrap.js
has 1517 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/* =================================================== * bootstrap-transition.js v2.3.2 * http://getbootstrap.com/2.3.2/javascript.html#transitions * =================================================== * Copyright 2013 Twitter, Inc.
File qunit.js
has 1469 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/** * QUnit v1.10.0 - A JavaScript Unit Testing Framework * * http://qunitjs.com *
File require.js
has 1232 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/** vim: et:ts=4:sw=4:sts=4 * @license RequireJS 2.0.6 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved. * Available via the MIT or new BSD license. * see: http://github.com/jrburke/requirejs for details */
File compiler.js
has 1050 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
var __extends = this.__extends || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; function __() { this.constructor = d; } __.prototype = b.prototype; d.prototype = new __();
File rx.lite.aggregates.compat.js
has 1038 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
// Copyright (c) Microsoft, All rights reserved. See License.txt in the project root for license information. ;(function (factory) { var objectTypes = { 'function': true,
File rx.lite.aggregates.js
has 1038 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
// Copyright (c) Microsoft, All rights reserved. See License.txt in the project root for license information. ;(function (factory) { var objectTypes = { 'function': true,
File compiler.ts
has 966 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
class Expression { nodeType: ExpressionType; constructor(nodeType: ExpressionType) { this.nodeType = nodeType;
File rx.core.js
has 936 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
// Copyright (c) Microsoft, All rights reserved. See License.txt in the project root for license information. ;(function (undefined) { var objectTypes = {
File rx.core.testing.js
has 793 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
// Copyright (c) Microsoft, All rights reserved. See License.txt in the project root for license information. ;(function (factory) { var objectTypes = { 'function': true,
File excanvas_src.js
has 672 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
// Copyright 2006 Google Inc.//// Licensed under the Apache License, Version 2.0 (the "License");// you may not use this file except in compliance with the License.// You may obtain a copy of the License at
Function brush
has 277 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
d3.svg.brush = function() { var event = d3_eventDispatch(brush, "brushstart", "brush", "brushend"), x = null, y = null, xExtent = [ 0, 0 ], yExtent = [ 0, 0 ], xExtentDomain, yExtentDomain, xClamp = true, yClamp = true, resizes = d3_svg_brushResizes[0]; function brush(g) { g.each(function() { var g = d3.select(this).style("pointer-events", "all").style("-webkit-tap-highlight-color", "rgba(0,0,0,0)").on("mousedown.brush", brushstart).on("touchstart.brush", brushstart);