@babel/helper-create-class-features-plugin
Advanced tools
Comparing version 7.13.0 to 7.13.8
@@ -36,3 +36,3 @@ "use strict"; | ||
const version = "7.13.0".split(".").reduce((v, x) => v * 1e5 + +x, 0); | ||
const version = "7.13.8".split(".").reduce((v, x) => v * 1e5 + +x, 0); | ||
const versionKey = "@babel/plugin-class-features/version"; | ||
@@ -54,3 +54,3 @@ | ||
if (loose) { | ||
if (loose === true) { | ||
const explicit = []; | ||
@@ -145,3 +145,3 @@ | ||
if (path.isStaticBlock == null ? void 0 : path.isStaticBlock()) { | ||
if (path.isStaticBlock != null && path.isStaticBlock()) { | ||
throw path.buildCodeFrameError(`Incorrect plugin order, \`@babel/plugin-proposal-class-static-block\` should be placed before class features plugins | ||
@@ -148,0 +148,0 @@ { |
{ | ||
"name": "@babel/helper-create-class-features-plugin", | ||
"version": "7.13.0", | ||
"version": "7.13.8", | ||
"author": "The Babel Team (https://babel.dev/team)", | ||
@@ -31,5 +31,6 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "7.13.0", | ||
"@babel/helper-plugin-test-runner": "7.12.13" | ||
"@babel/core": "7.13.8", | ||
"@babel/helper-plugin-test-runner": "7.12.13", | ||
"@babel/preset-env": "7.13.8" | ||
} | ||
} |
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
48308
3