| 49 | } |
| 50 | |
| 51 | class NullStatsNoter implements IStatsNoter { |
| 52 | noteCompilation(compilerId: string, request: ParsedRequest, files: FiledataPair[], buildMethod: string): void {} |
| 53 | } |
| 54 | |
| 55 | // A type for storing only compilation information deemed non-identifying; that is, no source or execution options. |
| 56 | // This started out as a `Omit<ParsedRequest, ...>` but really in order to be more useful it needs to be more specialised. |
nothing calls this directly
no outgoing calls
no test coverage detected