(
compilationInfo: CompilationInfo,
inputFilepath?: string,
args?: string[],
stdin?: string,
supportedLibraries?: Record<string, OptionsHandlerLibrary>,
dontAppendInputFilepath?: boolean,
)
| 34 | |
| 35 | export interface ITool extends Tool { |
| 36 | runTool( |
| 37 | compilationInfo: CompilationInfo, |
| 38 | inputFilepath?: string, |
| 39 | args?: string[], |
no outgoing calls
no test coverage detected