MCPcopy Index your code
hub / github.com/nodejs/node / getSyntacticDiagnostics

Function getSyntacticDiagnostics

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

Source from the content-addressed store, hash-verified

117553 }));
117554 }
117555 function getSyntacticDiagnostics(sourceFile, cancellationToken) {
117556 return getDiagnosticsHelper(sourceFile, getSyntacticDiagnosticsForFile, cancellationToken);
117557 }
117558 function getSemanticDiagnostics(sourceFile, cancellationToken) {
117559 return getDiagnosticsHelper(sourceFile, getSemanticDiagnosticsForFile, cancellationToken);
117560 }

Callers

nothing calls this directly

Calls 4

getDiagnosticsHelperFunction · 0.85
synchronizeHostDataFunction · 0.85
getValidSourceFileFunction · 0.85
sliceMethod · 0.65

Tested by

no test coverage detected