()
| 40846 | } |
| 40847 | var commandLineWatchOptionsMapCache; |
| 40848 | function getCommandLineWatchOptionsMap() { |
| 40849 | return commandLineWatchOptionsMapCache || (commandLineWatchOptionsMapCache = commandLineOptionsToMap(ts.optionsForWatch)); |
| 40850 | } |
| 40851 | var commandLineTypeAcquisitionMapCache; |
| 40852 | function getCommandLineTypeAcquisitionMap() { |
| 40853 | return commandLineTypeAcquisitionMapCache || (commandLineTypeAcquisitionMapCache = commandLineOptionsToMap(ts.typeAcquisitionDeclarations)); |
no test coverage detected