@babel/helper-fixtures
Advanced tools
Comparing version 7.10.5 to 7.12.10
@@ -112,3 +112,3 @@ "use strict"; | ||
title: humanize(taskName, true), | ||
disabled: taskName[0] === ".", | ||
disabled: taskName[0] === "." || taskOpts.BABEL_8_BREAKING === true, | ||
options: taskOpts, | ||
@@ -141,2 +141,3 @@ validateLogs: taskOpts.validateLogs, | ||
}; | ||
delete taskOpts.BABEL_8_BREAKING; | ||
@@ -143,0 +144,0 @@ if (taskOpts.minNodeVersion) { |
{ | ||
"name": "@babel/helper-fixtures", | ||
"version": "7.10.5", | ||
"version": "7.12.10", | ||
"description": "Helper function to support fixtures", | ||
@@ -19,4 +19,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"semver": "^5.3.0" | ||
}, | ||
"gitHead": "f7964a9ac51356f7df6404a25b27ba1cffba1ba7" | ||
} | ||
} | ||
} |
@@ -5,3 +5,3 @@ # @babel/helper-fixtures | ||
See our website [@babel/helper-fixtures](https://babeljs.io/docs/en/next/babel-helper-fixtures.html) for more information. | ||
See our website [@babel/helper-fixtures](https://babeljs.io/docs/en/babel-helper-fixtures) for more information. | ||
@@ -8,0 +8,0 @@ ## Install |
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
9480
215