@babel/plugin-transform-classes
Advanced tools
Comparing version 7.23.3 to 7.23.5
@@ -112,3 +112,3 @@ "use strict"; | ||
const node = path.node; | ||
if (path.isClassProperty()) { | ||
if (path.isClassProperty() || path.isClassPrivateProperty()) { | ||
throw path.buildCodeFrameError("Missing class properties transform."); | ||
@@ -115,0 +115,0 @@ } |
{ | ||
"name": "@babel/plugin-transform-classes", | ||
"version": "7.23.3", | ||
"version": "7.23.5", | ||
"description": "Compile ES2015 classes to ES5", | ||
@@ -34,5 +34,5 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.23.3", | ||
"@babel/core": "^7.23.5", | ||
"@babel/helper-plugin-test-runner": "^7.22.5", | ||
"@babel/traverse": "^7.23.3" | ||
"@babel/traverse": "^7.23.5" | ||
}, | ||
@@ -39,0 +39,0 @@ "engines": { |
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
85122