type-coverage
Advanced tools
Comparing version 1.9.0 to 1.9.1
@@ -899,5 +899,3 @@ "use strict"; | ||
let file = sourceFile.fileName; | ||
if (!program.isSourceFileDefaultLibrary(sourceFile) | ||
&& !program.isSourceFileFromExternalLibrary(sourceFile) | ||
&& (!files || files.includes(file))) { | ||
if (!file.includes('node_modules') && (!files || files.includes(file))) { | ||
file = path.relative(process.cwd(), file); | ||
@@ -904,0 +902,0 @@ utils.forEachComment(sourceFile, (_, comment) => { |
{ | ||
"name": "type-coverage", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"description": "A CLI tool to check type coverage for typescript code", | ||
@@ -5,0 +5,0 @@ "main": "dist/core.js", |
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
66576
1133