@as-covers/transform
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -25,3 +25,3 @@ "use strict"; | ||
// Ignored Regex | ||
const ignoredRegex = /^\W*\/\/ @as-covers: ignore.*$/gm; | ||
const ignoredRegex = /^[\t ]*\/\/ @as-covers: ignore.*$/gm; | ||
// -- Imports | ||
@@ -28,0 +28,0 @@ class CoverTransform extends visitor_as_1.BaseVisitor { |
{ | ||
"name": "@as-covers/transform", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "The transform that enables code coverage for assemblyscript", | ||
@@ -26,3 +26,3 @@ "main": "lib/index.js", | ||
], | ||
"gitHead": "e8b2a9b69379e0ceaaac76d835c98f3221373b4c" | ||
"gitHead": "a236584dcb66cf28197eb1aba3100989ca5b1add" | ||
} |
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
43451