MCPcopy
hub / github.com/webpack/webpack / getCompilationHooks

Method getCompilationHooks

lib/NormalModule.js:818–820  ·  view source on GitHub ↗

* @param {Compilation} compilation the compilation * @returns {NormalModuleCompilationHooks} the attached hooks

(compilation)

Source from the content-addressed store, hash-verified

816 * @returns {NormalModuleCompilationHooks} the attached hooks
817 */
818 static getCompilationHooks(compilation) {
819 return normalModuleHooksRegistry(compilation);
820 }
821
822 /**
823 * @param {NormalModuleCreateData} options options object

Callers 15

applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
constructorMethod · 0.45
buildMethod · 0.45
needBuildMethod · 0.45
_applyOnCompilerMethod · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected