@babel/plugin-transform-unicode-sets-regex
Advanced tools
+1
-1
@@ -5,3 +5,3 @@ import { createRegExpFeaturePlugin } from '@babel/helper-create-regexp-features-plugin'; | ||
| var index = declare(api => { | ||
| api.assertVersion("8.0.0-alpha.17"); | ||
| api.assertVersion("8.0.0-beta.0"); | ||
| return createRegExpFeaturePlugin({ | ||
@@ -8,0 +8,0 @@ name: "transform-unicode-sets-regex", |
+1
-1
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["/* eslint-disable @babel/development/plugin-name */\nimport { createRegExpFeaturePlugin } from \"@babel/helper-create-regexp-features-plugin\";\nimport { declare } from \"@babel/helper-plugin-utils\";\n\nexport default declare(api => {\n api.assertVersion(REQUIRED_VERSION(7));\n\n return createRegExpFeaturePlugin({\n name: \"transform-unicode-sets-regex\",\n feature: \"unicodeSetsFlag\",\n manipulateOptions(opts, parserOpts) {\n if (!process.env.BABEL_8_BREAKING) {\n // @ts-ignore(Babel 7 vs Babel 8) This plugin has been removed\n parserOpts.plugins.push(\"regexpUnicodeSets\");\n }\n },\n });\n});\n"],"names":["declare","api","assertVersion","createRegExpFeaturePlugin","name","feature","manipulateOptions","opts","parserOpts"],"mappings":";;;AAIA,YAAeA,OAAO,CAACC,GAAG,IAAI;EAC5BA,GAAG,CAACC,aAAa,CAAA,gBAAoB,CAAC,CAAA;AAEtC,EAAA,OAAOC,yBAAyB,CAAC;AAC/BC,IAAAA,IAAI,EAAE,8BAA8B;AACpCC,IAAAA,OAAO,EAAE,iBAAiB;AAC1BC,IAAAA,iBAAiBA,CAACC,IAAI,EAAEC,UAAU,EAAE;AAKpC,KAAA;AACF,GAAC,CAAC,CAAA;AACJ,CAAC,CAAC;;;;"} | ||
| {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["/* eslint-disable @babel/development/plugin-name */\nimport { createRegExpFeaturePlugin } from \"@babel/helper-create-regexp-features-plugin\";\nimport { declare } from \"@babel/helper-plugin-utils\";\n\nexport default declare(api => {\n api.assertVersion(REQUIRED_VERSION(7));\n\n return createRegExpFeaturePlugin({\n name: \"transform-unicode-sets-regex\",\n feature: \"unicodeSetsFlag\",\n manipulateOptions(opts, parserOpts) {\n if (!process.env.BABEL_8_BREAKING) {\n // @ts-ignore(Babel 7 vs Babel 8) This plugin has been removed\n parserOpts.plugins.push(\"regexpUnicodeSets\");\n }\n },\n });\n});\n"],"names":["declare","api","assertVersion","createRegExpFeaturePlugin","name","feature","manipulateOptions","opts","parserOpts"],"mappings":";;;AAIA,YAAeA,OAAO,CAACC,GAAG,IAAI;EAC5BA,GAAG,CAACC,aAAa,CAAA,cAAoB,CAAC,CAAA;AAEtC,EAAA,OAAOC,yBAAyB,CAAC;AAC/BC,IAAAA,IAAI,EAAE,8BAA8B;AACpCC,IAAAA,OAAO,EAAE,iBAAiB;AAC1BC,IAAAA,iBAAiBA,CAACC,IAAI,EAAEC,UAAU,EAAE;AAKpC,KAAA;AACF,GAAC,CAAC,CAAA;AACJ,CAAC,CAAC;;;;"} |
+7
-7
| { | ||
| "name": "@babel/plugin-transform-unicode-sets-regex", | ||
| "version": "8.0.0-alpha.17", | ||
| "version": "8.0.0-beta.0", | ||
| "description": "Compile regular expressions' unicodeSets (v) flag.", | ||
@@ -30,11 +30,11 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-sets-regex", | ||
| "dependencies": { | ||
| "@babel/helper-create-regexp-features-plugin": "^8.0.0-alpha.17", | ||
| "@babel/helper-plugin-utils": "^8.0.0-alpha.17" | ||
| "@babel/helper-create-regexp-features-plugin": "^8.0.0-beta.0", | ||
| "@babel/helper-plugin-utils": "^8.0.0-beta.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "@babel/core": "^8.0.0-alpha.17" | ||
| "@babel/core": "^8.0.0-beta.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-alpha.17", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-alpha.17" | ||
| "@babel/core": "^8.0.0-beta.0", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-beta.0" | ||
| }, | ||
@@ -50,5 +50,5 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
| "engines": { | ||
| "node": "^18.20.0 || ^20.17.0 || >=22.8.0" | ||
| "node": "^20.19.0 || >=22.12.0" | ||
| }, | ||
| "type": "module" | ||
| } |
4735
-0.55%