@babel/plugin-syntax-flow
Advanced tools
Comparing version 7.25.9 to 7.26.0
@@ -18,4 +18,4 @@ "use strict"; | ||
{ | ||
if (typeof enums !== "boolean" && enums !== undefined) { | ||
throw new Error(".enums must be a boolean, or undefined"); | ||
if (enums === false) { | ||
console.warn("The .enums option has been removed and it's now always enabled."); | ||
} | ||
@@ -22,0 +22,0 @@ } |
{ | ||
"name": "@babel/plugin-syntax-flow", | ||
"version": "7.25.9", | ||
"version": "7.26.0", | ||
"description": "Allow parsing of the flow syntax", | ||
@@ -26,3 +26,3 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.25.9" | ||
"@babel/core": "^7.26.0" | ||
}, | ||
@@ -29,0 +29,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
5852