Sha256: bc85e005c2aced2aaf0e0c916c7a35773e2e31cf4d9fa32f6dcbf11f74db2dc0

Contents?: true

Size: 525 Bytes

Versions: 24

Compression:

Stored size: 525 Bytes

Contents

"use strict";

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

var _helperCreateRegexpFeaturesPlugin = require("@babel/helper-create-regexp-features-plugin");

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

var _default = (0, _helperPluginUtils.declare)(api => {
  api.assertVersion(7);
  return (0, _helperCreateRegexpFeaturesPlugin.createRegExpFeaturePlugin)({
    name: "transform-dotall-regex",
    feature: "dotAllFlag"
  });
});

exports.default = _default;

Version data entries

24 entries across 23 versions & 7 rubygems

Version Path
condenser-0.0.12 lib/condenser/processors/node_modules/@babel/plugin-transform-dotall-regex/lib/index.js
condenser-0.0.11 lib/condenser/processors/node_modules/@babel/plugin-transform-dotall-regex/lib/index.js
condenser-0.0.10 lib/condenser/processors/node_modules/@babel/plugin-transform-dotall-regex/lib/index.js
condenser-0.0.9 lib/condenser/processors/node_modules/@babel/plugin-transform-dotall-regex/lib/index.js