* @param {Compilation} compilation the compilation * @returns {NormalModuleCompilationHooks} the attached hooks
(compilation)
| 816 | * @returns {NormalModuleCompilationHooks} the attached hooks |
| 817 | */ |
| 818 | static getCompilationHooks(compilation) { |
| 819 | return normalModuleHooksRegistry(compilation); |
| 820 | } |
| 821 | |
| 822 | /** |
| 823 | * @param {NormalModuleCreateData} options options object |
no outgoing calls
no test coverage detected