istanbul-lib-instrument
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="2.2.1"></a> | ||
## [2.2.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.2.0...istanbul-lib-instrument@2.2.1) (2018-06-26) | ||
### Bug Fixes | ||
* Instrument ObjectMethod's. ([#182](https://github.com/istanbuljs/istanbuljs/issues/182)) ([126f09d](https://github.com/istanbuljs/istanbuljs/commit/126f09d)) | ||
* update default args test guard to work on supported versions. ([#185](https://github.com/istanbuljs/istanbuljs/issues/185)) ([955511a](https://github.com/istanbuljs/istanbuljs/commit/955511a)) | ||
<a name="2.2.0"></a> | ||
@@ -8,0 +20,0 @@ # [2.2.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.0.2...istanbul-lib-instrument@2.2.0) (2018-06-06) |
@@ -505,2 +505,3 @@ 'use strict'; | ||
ClassDeclaration: entries(parenthesizedExpressionProp('superClass')), | ||
ObjectMethod: entries(coverFunction), | ||
ExpressionStatement: entries(coverStatement), | ||
@@ -507,0 +508,0 @@ BreakStatement: entries(coverStatement), |
{ | ||
"name": "istanbul-lib-instrument", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Core istanbul API for JS code coverage", | ||
@@ -5,0 +5,0 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", |
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
59634
962