MCPcopy Create free account
hub / github.com/nodejs/node / checkJSDocFunctionTypeImplicitAny

Function checkJSDocFunctionTypeImplicitAny

test/fixtures/snapshot/typescript.js:81824–81828  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81822 addLazyDiagnostic(checkJSDocFunctionTypeImplicitAny);
81823 checkSignatureDeclaration(node);
81824 function checkJSDocFunctionTypeImplicitAny() {
81825 if (!node.type && !ts.isJSDocConstructSignature(node)) {
81826 reportImplicitAny(node, anyType);
81827 }
81828 }
81829 }
81830 function checkJSDocImplementsTag(node) {
81831 var classLike = ts.getEffectiveJSDocHost(node);

Callers

nothing calls this directly

Calls 1

reportImplicitAnyFunction · 0.85

Tested by

no test coverage detected