tapable
tapable copied to clipboard
fix HookMap description
A sync hook can only be tapped with synchronous functions. So if the HookMap want to use tapAsync or tapPromise methods, it should use async hooks, such as AsyncSeriesHook.
