()
| 12 | } |
| 13 | ready: boolean = false; |
| 14 | init() { |
| 15 | this.ready = true; |
| 16 | return Promise.resolve(); |
| 17 | } |
| 18 | doConvert(inputFiles: FileData[], inputFormat: FileFormat, outputFormat: FileFormat, args?: string[]): Promise<FileData[]> { |
| 19 | return Promise.resolve(inputFiles); |
| 20 | } |
no outgoing calls
no test coverage detected