@babel/plugin-proposal-duplicate-named-capturing-groups-regex
Advanced tools
Comparing version
@@ -7,7 +7,4 @@ "use strict"; | ||
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, options) => { | ||
@@ -18,7 +15,5 @@ api.assertVersion("^7.19.0"); | ||
} = options; | ||
if (runtime !== undefined && typeof runtime !== "boolean") { | ||
throw new Error("The 'runtime' option must be boolean"); | ||
} | ||
return (0, _helperCreateRegexpFeaturesPlugin.createRegExpFeaturePlugin)({ | ||
@@ -32,5 +27,4 @@ name: "proposal-duplicate-named-capturing-groups-regex", | ||
}); | ||
exports.default = _default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@babel/plugin-proposal-duplicate-named-capturing-groups-regex", | ||
"version": "7.19.1", | ||
"version": "7.20.5", | ||
"description": "Compile regular expressions using duplicate named groups to index-based groups.", | ||
@@ -24,4 +24,4 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-duplicate-named-capturing-groups-regex", | ||
"dependencies": { | ||
"@babel/helper-create-regexp-features-plugin": "^7.19.0", | ||
"@babel/helper-plugin-utils": "^7.19.0" | ||
"@babel/helper-create-regexp-features-plugin": "^7.20.5", | ||
"@babel/helper-plugin-utils": "^7.20.2" | ||
}, | ||
@@ -32,5 +32,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.19.1", | ||
"@babel/core": "^7.20.5", | ||
"@babel/helper-plugin-test-runner": "^7.18.6", | ||
"core-js": "^3.25.1" | ||
"core-js": "^3.26.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
5050
0.2%