istanbul-lib-instrument
Advanced tools
Comparing version 6.0.2 to 6.0.3
@@ -6,2 +6,9 @@ # Change Log | ||
## [6.0.3](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument-v6.0.2...istanbul-lib-instrument-v6.0.3) (2024-06-30) | ||
### Bug Fixes | ||
* allow use of importAttributes Babel parser plugin ([#786](https://github.com/istanbuljs/istanbuljs/issues/786)) ([a44a124](https://github.com/istanbuljs/istanbuljs/commit/a44a124a600a798165f157d643f1fdb095c74f95)) | ||
## [6.0.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument-v6.0.1...istanbul-lib-instrument-v6.0.2) (2024-02-19) | ||
@@ -8,0 +15,0 @@ |
{ | ||
"name": "istanbul-lib-instrument", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "Core istanbul API for JS code coverage", | ||
@@ -5,0 +5,0 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", |
@@ -30,2 +30,3 @@ /* | ||
* @param {boolean} [opts.coverageGlobalScopeFunc=true] use an evaluated function to find coverageGlobalScope. | ||
* @param {Object} [opts.generatorOpts] - set babel generator options | ||
*/ | ||
@@ -75,2 +76,3 @@ class Instrumenter { | ||
}, | ||
generatorOpts: opts.generatorOpts, | ||
plugins: [ | ||
@@ -77,0 +79,0 @@ [ |
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
71994
1170