type-coverage-core
Advanced tools
Comparing version 2.26.1 to 2.26.2
@@ -646,2 +646,7 @@ "use strict"; | ||
} | ||
if (ts.isSatisfiesExpression(node)) { | ||
checkNode(node.expression, context); | ||
checkNode(node.type, context); | ||
return; | ||
} | ||
const { line, character } = ts.getLineAndCharacterOfPosition(context.sourceFile, node.getStart(context.sourceFile)); | ||
@@ -648,0 +653,0 @@ console.log(`warning: unhandled node kind: ${node.kind} in ${context.file}:${line + 1}:${character + 1}`); |
{ | ||
"name": "type-coverage-core", | ||
"version": "2.26.1", | ||
"version": "2.26.2", | ||
"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
58552
1635