@babel/plugin-transform-class-static-block
Advanced tools
+1
-1
@@ -30,3 +30,3 @@ "use strict"; | ||
| }) => { | ||
| assertVersion("^7.12.0 || >8.0.0-alpha <8.0.0-beta"); | ||
| assertVersion("^7.12.0 || ^8.0.0-0 || >8.0.0-alpha <8.0.0-beta"); | ||
| const rawNamedEvaluationVisitor = (0, _helperCreateClassFeaturesPlugin.buildNamedEvaluationVisitor)(path => { | ||
@@ -33,0 +33,0 @@ if (!path.isClassExpression()) return false; |
+7
-7
| { | ||
| "name": "@babel/plugin-transform-class-static-block", | ||
| "version": "7.28.3", | ||
| "version": "7.28.6", | ||
| "description": "Transform class static blocks", | ||
@@ -26,4 +26,4 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-create-class-features-plugin": "^7.28.3", | ||
| "@babel/helper-plugin-utils": "^7.27.1" | ||
| "@babel/helper-create-class-features-plugin": "^7.28.6", | ||
| "@babel/helper-plugin-utils": "^7.28.6" | ||
| }, | ||
@@ -34,8 +34,8 @@ "peerDependencies": { | ||
| "devDependencies": { | ||
| "@babel/core": "^7.28.3", | ||
| "@babel/core": "^7.28.6", | ||
| "@babel/helper-plugin-test-runner": "^7.27.1", | ||
| "@babel/plugin-external-helpers": "^7.27.1", | ||
| "@babel/plugin-transform-class-properties": "^7.27.1", | ||
| "@babel/traverse": "^7.28.3", | ||
| "@babel/types": "^7.28.2" | ||
| "@babel/plugin-transform-class-properties": "^7.28.6", | ||
| "@babel/traverse": "^7.28.6", | ||
| "@babel/types": "^7.28.6" | ||
| }, | ||
@@ -42,0 +42,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-class-static-block", |
Sorry, the diff of this file is not supported yet
25350
0.06%