type-coverage-core
Advanced tools
Comparing version 2.17.4 to 2.17.5
@@ -626,3 +626,4 @@ "use strict"; | ||
} | ||
console.log(`warning: unhandled node kind: ${node.kind}`); | ||
const { line, character } = ts.getLineAndCharacterOfPosition(context.sourceFile, node.getStart(context.sourceFile)); | ||
console.log(`warning: unhandled node kind: ${node.kind} in ${context.file}:${line + 1}:${character + 1}`); | ||
} | ||
@@ -629,0 +630,0 @@ exports.checkNode = checkNode; |
{ | ||
"name": "type-coverage-core", | ||
"version": "2.17.4", | ||
"version": "2.17.5", | ||
"description": "A library to check type coverage for typescript code", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.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
54346
1542