| 1 | /* eslint-disable @typescript-eslint/no-empty-function */ |
| 2 | import { join } from 'path'; |
| 3 | import { BuilderContext, BuilderRun, ScheduleOptions, Target } from '@angular-devkit/architect'; |
| 4 | import { JsonObject, logging } from '@angular-devkit/core'; |
nothing calls this directly
no test coverage detected