()
| 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) { |
no outgoing calls
no test coverage detected
searching dependent graphs…