@babel/helper-create-class-features-plugin
Advanced tools
Comparing version 7.24.6 to 7.24.7
@@ -100,8 +100,8 @@ "use strict"; | ||
if (typeof file.get(versionKey) === "number") { | ||
file.set(versionKey, "7.24.6"); | ||
file.set(versionKey, "7.24.7"); | ||
return; | ||
} | ||
} | ||
if (!file.get(versionKey) || _semver.lt(file.get(versionKey), "7.24.6")) { | ||
file.set(versionKey, "7.24.6"); | ||
if (!file.get(versionKey) || _semver.lt(file.get(versionKey), "7.24.7")) { | ||
file.set(versionKey, "7.24.7"); | ||
} | ||
@@ -114,3 +114,3 @@ }, | ||
var _ref; | ||
if (file.get(versionKey) !== "7.24.6") return; | ||
if (file.get(versionKey) !== "7.24.7") return; | ||
if (!(0, _features.shouldTransform)(path, file)) return; | ||
@@ -232,3 +232,3 @@ const pathIsClassDeclaration = path.isClassDeclaration(); | ||
{ | ||
if (file.get(versionKey) !== "7.24.6") return; | ||
if (file.get(versionKey) !== "7.24.7") return; | ||
const decl = path.get("declaration"); | ||
@@ -235,0 +235,0 @@ if (decl.isClassDeclaration() && (0, _decorators2.hasDecorators)(decl.node)) { |
{ | ||
"name": "@babel/helper-create-class-features-plugin", | ||
"version": "7.24.6", | ||
"version": "7.24.7", | ||
"author": "The Babel Team (https://babel.dev/team)", | ||
@@ -21,10 +21,10 @@ "license": "MIT", | ||
"dependencies": { | ||
"@babel/helper-annotate-as-pure": "^7.24.6", | ||
"@babel/helper-environment-visitor": "^7.24.6", | ||
"@babel/helper-function-name": "^7.24.6", | ||
"@babel/helper-member-expression-to-functions": "^7.24.6", | ||
"@babel/helper-optimise-call-expression": "^7.24.6", | ||
"@babel/helper-replace-supers": "^7.24.6", | ||
"@babel/helper-skip-transparent-expression-wrappers": "^7.24.6", | ||
"@babel/helper-split-export-declaration": "^7.24.6", | ||
"@babel/helper-annotate-as-pure": "^7.24.7", | ||
"@babel/helper-environment-visitor": "^7.24.7", | ||
"@babel/helper-function-name": "^7.24.7", | ||
"@babel/helper-member-expression-to-functions": "^7.24.7", | ||
"@babel/helper-optimise-call-expression": "^7.24.7", | ||
"@babel/helper-replace-supers": "^7.24.7", | ||
"@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", | ||
"@babel/helper-split-export-declaration": "^7.24.7", | ||
"semver": "^6.3.1" | ||
@@ -36,5 +36,5 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.24.6", | ||
"@babel/helper-plugin-test-runner": "^7.24.6", | ||
"@babel/preset-env": "^7.24.6", | ||
"@babel/core": "^7.24.7", | ||
"@babel/helper-plugin-test-runner": "^7.24.7", | ||
"@babel/preset-env": "^7.24.7", | ||
"@types/charcodes": "^0.2.0", | ||
@@ -41,0 +41,0 @@ "charcodes": "^0.2.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
507143