(jsonOptions, basePath, errors)
| 41868 | return options; |
| 41869 | } |
| 41870 | function convertWatchOptionsFromJsonWorker(jsonOptions, basePath, errors) { |
| 41871 | return convertOptionsFromJson(getCommandLineWatchOptionsMap(), jsonOptions, basePath, /*defaultOptions*/ undefined, watchOptionsDidYouMeanDiagnostics, errors); |
| 41872 | } |
| 41873 | function convertOptionsFromJson(optionsNameMap, jsonOptions, basePath, defaultOptions, diagnostics, errors) { |
| 41874 | if (!jsonOptions) { |
| 41875 | return; |
no test coverage detected