(options)
| 18446 | } |
| 18447 | ts.getPossibleOriginalInputExtensionForExtension = getPossibleOriginalInputExtensionForExtension; |
| 18448 | function outFile(options) { |
| 18449 | return options.outFile || options.out; |
| 18450 | } |
| 18451 | ts.outFile = outFile; |
| 18452 | /** Returns 'undefined' if and only if 'options.paths' is undefined. */ |
| 18453 | function getPathsBasePath(options, host) { |
no outgoing calls
no test coverage detected