| 45 | } |
| 46 | |
| 47 | export interface IStatsNoter { |
| 48 | noteCompilation(compilerId: string, request: ParsedRequest, files: FiledataPair[], buildMethod: string): void; |
| 49 | } |
| 50 | |
| 51 | class NullStatsNoter implements IStatsNoter { |
| 52 | noteCompilation(compilerId: string, request: ParsedRequest, files: FiledataPair[], buildMethod: string): void {} |
no outgoing calls
no test coverage detected