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

Function getOptionsDiagnostics

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

Source from the content-addressed store, hash-verified

117928 return sourceFile.isDeclarationFile ? [] : getDeclarationDiagnosticsWorker(sourceFile, cancellationToken);
117929 }
117930 function getOptionsDiagnostics() {
117931 return ts.sortAndDeduplicateDiagnostics(ts.concatenate(programDiagnostics.getGlobalDiagnostics(), getOptionsDiagnosticsOfConfigFile()));
117932 }
117933 function getOptionsDiagnosticsOfConfigFile() {
117934 if (!options.configFile)
117935 return ts.emptyArray;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected