(options)
| 40822 | } |
| 40823 | ts.tryReadFile = tryReadFile; |
| 40824 | function commandLineOptionsToMap(options) { |
| 40825 | return ts.arrayToMap(options, getOptionName); |
| 40826 | } |
| 40827 | var typeAcquisitionDidYouMeanDiagnostics = { |
| 40828 | optionDeclarations: ts.typeAcquisitionDeclarations, |
| 40829 | unknownOptionDiagnostic: ts.Diagnostics.Unknown_type_acquisition_option_0, |
no outgoing calls
no test coverage detected