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

Function needResolveJsonModule

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

Source from the content-addressed store, hash-verified

119507 return ts.getAllowJSCompilerOption(options) || !ts.getStrictOptionValue(options, "noImplicitAny") ? undefined : ts.Diagnostics.Could_not_find_a_declaration_file_for_module_0_1_implicitly_has_an_any_type;
119508 }
119509 function needResolveJsonModule() {
119510 return options.resolveJsonModule ? undefined : ts.Diagnostics.Module_0_was_resolved_to_1_but_resolveJsonModule_is_not_used;
119511 }
119512 }
119513 ts.getResolutionDiagnostic = getResolutionDiagnostic;
119514 function getModuleNames(_a) {

Callers 1

getResolutionDiagnosticFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…