For WebStorm and
Intellij IDEA Ultimate

function circle() { var center = typeof origin === "function" ? origin.apply(this, arguments) : origin, rotate = d3_geo_rotation(-center[0] * d3_radians, -center[1] * d3_radians, 0).invert, ring = []; interpolate(null, null, 1, { point: function(x, y) { ring.push(x = rotate(x, y)); x[0] *= d3_degrees, x[1] *= d3_degrees; } }); return { type: "Polygon", coordinates: [ ring ] }; }
var modulesNotExists = _.without.apply(_, [Object.keys(packageInfo.zero.dependencies)].concat(files)) if (modulesNotExists.length) { throw new Error("module " + moduleName + " dependencies : " + modulesNotExists.join(",") + " not exists.")
_.without.apply(_, modules.concat(options.exclude))