Sha256: a56957f5ad7e8d4e6f57190a9d2824dc05c0723435fa2c930b6416afb3573944

Contents?: true

Size: 1.32 KB

Versions: 40

Compression:

Stored size: 1.32 KB

Contents

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = _default;

var t = _interopRequireWildcard(require("@babel/types"));

function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function () { return cache; }; return cache; }

function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }

function _default(node) {
  const params = node.params;

  for (let i = 0; i < params.length; i++) {
    const param = params[i];

    if (t.isAssignmentPattern(param) || t.isRestElement(param)) {
      return i;
    }
  }

  return params.length;
}

Version data entries

40 entries across 39 versions & 7 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/@babel/helper-get-function-arity/lib/index.js
trusty-cms-5.0.7 node_modules/@babel/helper-get-function-arity/lib/index.js
trusty-cms-5.0.6 node_modules/@babel/helper-get-function-arity/lib/index.js
trusty-cms-5.0.5 node_modules/@babel/helper-get-function-arity/lib/index.js
trusty-cms-5.0.4 node_modules/@babel/helper-get-function-arity/lib/index.js
trusty-cms-5.0.3 node_modules/@babel/helper-get-function-arity/lib/index.js
trusty-cms-5.0.2 node_modules/@babel/helper-get-function-arity/lib/index.js
trusty-cms-5.0.1 node_modules/@babel/helper-get-function-arity/lib/index.js
trusty-cms-4.3.5 node_modules/@babel/helper-get-function-arity/lib/index.js
trusty-cms-5.0.0 node_modules/@babel/helper-get-function-arity/lib/index.js
trusty-cms-4.3.4 node_modules/@babel/helper-get-function-arity/lib/index.js
trusty-cms-4.3.3 node_modules/@babel/helper-get-function-arity/lib/index.js
trusty-cms-4.3.2 node_modules/@babel/helper-get-function-arity/lib/index.js
trusty-cms-4.3.1 node_modules/@babel/helper-get-function-arity/lib/index.js
trusty-cms-4.3 node_modules/@babel/helper-get-function-arity/lib/index.js
trusty-cms-4.2.3 node_modules/@babel/helper-get-function-arity/lib/index.js
tang-0.2.1 spec/tang_app/node_modules/@babel/helper-get-function-arity/lib/index.js
trusty-cms-4.2.2 node_modules/@babel/helper-get-function-arity/lib/index.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/@babel/helper-get-function-arity/lib/index.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/@babel/helper-get-function-arity/lib/index.js