| 181 | export const c_value_placeholder = '<value>'; |
| 182 | |
| 183 | export interface SimpleOutputFilenameCompiler { |
| 184 | getOutputFilename(dirPath: string): string; |
| 185 | } |
| 186 | |
| 187 | export class BaseCompiler { |
| 188 | public compiler: CompilerInfo; |
no outgoing calls
no test coverage detected