()
| 1392 | } |
| 1393 | |
| 1394 | createContextModuleFactory() { |
| 1395 | const contextModuleFactory = new ContextModuleFactory(this.resolverFactory); |
| 1396 | this.hooks.contextModuleFactory.call(contextModuleFactory); |
| 1397 | return contextModuleFactory; |
| 1398 | } |
| 1399 | |
| 1400 | newCompilationParams() { |
| 1401 | const params = { |
no test coverage detected