@babel/plugin-proposal-regexp-modifiers
Advanced tools
Comparing version 7.21.4-esm.4 to 7.22.5
@@ -1,6 +0,12 @@ | ||
import { createRegExpFeaturePlugin } from "@babel/helper-create-regexp-features-plugin"; | ||
import { declare } from "@babel/helper-plugin-utils"; | ||
export default declare(api => { | ||
"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.19.0"); | ||
return createRegExpFeaturePlugin({ | ||
return (0, _helperCreateRegexpFeaturesPlugin.createRegExpFeaturePlugin)({ | ||
name: "proposal-regexp-modifiers", | ||
@@ -10,3 +16,4 @@ feature: "modifiers" | ||
}); | ||
exports.default = _default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@babel/plugin-proposal-regexp-modifiers", | ||
"version": "7.21.4-esm.4", | ||
"version": "7.22.5", | ||
"description": "Compile inline regular expression modifiers", | ||
@@ -24,10 +24,10 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-regexp-modifiers", | ||
"dependencies": { | ||
"@babel/helper-create-regexp-features-plugin": "7.21.4-esm.4", | ||
"@babel/helper-plugin-utils": "7.21.4-esm.4" | ||
"@babel/helper-create-regexp-features-plugin": "^7.22.5", | ||
"@babel/helper-plugin-utils": "^7.22.5" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^7.0.0 || ^7.21.4-esm.2" | ||
"@babel/core": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.21.4-esm.4" | ||
"@babel/core": "^7.22.5" | ||
}, | ||
@@ -42,3 +42,3 @@ "engines": { | ||
}, | ||
"type": "module" | ||
"type": "commonjs" | ||
} |
# @babel/plugin-proposal-regexp-modifiers | ||
> Compile regular expressions using duplicate named groups to index-based groups. | ||
> Compile inline regular expression modifiers | ||
@@ -5,0 +5,0 @@ See our website [@babel/plugin-proposal-regexp-modifiers](https://babeljs.io/docs/en/babel-plugin-proposal-regexp-modifiers) for more information. |
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4111
16
0
0
5
No
+ Added@babel/helper-annotate-as-pure@7.25.9(transitive)
+ Added@babel/helper-create-regexp-features-plugin@7.26.3(transitive)
+ Added@babel/helper-plugin-utils@7.26.5(transitive)
+ Addedjsesc@3.0.2(transitive)
+ Addedregexpu-core@6.2.0(transitive)
+ Addedregjsgen@0.8.0(transitive)
+ Addedregjsparser@0.12.0(transitive)
- Removed@babel/helper-annotate-as-pure@7.21.4-esm.4(transitive)
- Removed@babel/helper-create-regexp-features-plugin@7.21.4-esm.4(transitive)
- Removed@babel/helper-plugin-utils@7.21.4-esm.4(transitive)
- Removed@babel/helper-string-parser@7.21.4-esm.4(transitive)
- Removed@babel/helper-validator-identifier@7.21.4-esm.4(transitive)
- Removed@babel/regjsgen@0.8.0(transitive)
- Removed@babel/types@7.21.4-esm.4(transitive)
- Removedjsesc@0.5.0(transitive)
- Removedregexpu-core@5.3.2(transitive)
- Removedregjsparser@0.9.1(transitive)
- Removedto-fast-properties@2.0.0(transitive)