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

Function canJsonReportNoInputFiles

test/fixtures/snapshot/typescript.js:41620–41622  ·  view source on GitHub ↗
(raw)

Source from the content-addressed store, hash-verified

41618 }
41619 /*@internal*/
41620 function canJsonReportNoInputFiles(raw) {
41621 return !ts.hasProperty(raw, "files") && !ts.hasProperty(raw, "references");
41622 }
41623 ts.canJsonReportNoInputFiles = canJsonReportNoInputFiles;
41624 /*@internal*/
41625 function updateErrorForNoInputFiles(fileNames, configFileName, configFileSpecs, configParseDiagnostics, canJsonReportNoInutFiles) {

Callers 1

getFileNamesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected