Loads the benchpress module through a CJS/ESM interop.
()
| 126 | |
| 127 | /** Loads the benchpress module through a CJS/ESM interop. */ |
| 128 | async function loadBenchpressModule(): Promise<typeof benchpress> { |
| 129 | return await new Function(`return import('@angular/benchpress');`)(); |
| 130 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…