Sha256: 0d4fedf15ddfaf873d0f90ffecf92499c85dc400e4c1ab9167a80583ad640aa9

Contents?: true

Size: 761 Bytes

Versions: 11

Compression:

Stored size: 761 Bytes

Contents

"use strict";

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

var _helperPluginUtils = require("@babel/helper-plugin-utils");

var _default = (0, _helperPluginUtils.declare)((api, options) => {
  var _api$assumption;

  api.assertVersion(7);
  const noNewArrows = (_api$assumption = api.assumption("noNewArrows")) != null ? _api$assumption : !options.spec;
  return {
    name: "transform-arrow-functions",
    visitor: {
      ArrowFunctionExpression(path) {
        if (!path.isArrowFunctionExpression()) return;
        path.arrowFunctionToExpression({
          allowInsertArrow: false,
          noNewArrows,
          specCompliant: !noNewArrows
        });
      }

    }
  };
});

exports.default = _default;

Version data entries

11 entries across 10 versions & 3 rubygems

Version Path
disco_app-0.16.1 test/dummy/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js
disco_app-0.15.2 test/dummy/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js
disco_app-0.18.4 test/dummy/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js
disco_app-0.18.1 test/dummy/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js
disco_app-0.14.0 test/dummy/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js