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

Function getBindAndCheckDiagnostics

test/fixtures/snapshot/typescript.js:117567–117569  ·  view source on GitHub ↗
(sourceFile, cancellationToken)

Source from the content-addressed store, hash-verified

117565 : cachedBindAndCheckDiagnosticsForFile.allDiagnostics;
117566 }
117567 function getBindAndCheckDiagnostics(sourceFile, cancellationToken) {
117568 return getBindAndCheckDiagnosticsForFile(sourceFile, cancellationToken);
117569 }
117570 function getProgramDiagnostics(sourceFile) {
117571 var _a;
117572 if (ts.skipTypeChecking(sourceFile, options, program)) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected