tapable icon indicating copy to clipboard operation
tapable copied to clipboard

Better technical documentation for API

Open TheLarkInn opened this issue 7 years ago • 3 comments

Let's try and break up a way to make the new phases and hooks easier to understand.

Public API (for Tapable instance) Public API for a plugin registered to an instance.

How each hook works Explanation of evals in code Description of Interceptors

TheLarkInn avatar Feb 12 '18 18:02 TheLarkInn

@TheLarkInn Do we have a date for this or any reference material after the issue was created?

tirthbodawala avatar Mar 22 '18 06:03 tirthbodawala

any updates? really hard to figure out the different between each hook.

lili21 avatar Jun 09 '18 03:06 lili21

I've created a simplified version of tapable so it's easier to understand the behavior for each hook: https://github.com/malcolm-kee/naive-tapable.

It's still a WIP as I have not implemented interceptor and object options, but should be good enough if you want to figure out what each hook do.

malcolm-kee avatar Oct 10 '22 12:10 malcolm-kee