-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc,loaders,module: clarify hook chain execution sequence #51884
doc,loaders,module: clarify hook chain execution sequence #51884
Conversation
Review requested:
|
I'd like to suggest making changes in the "hooks" section too for clarity, as it also mentions chaining. The "subsequent loader" part, in specific. Lines 376 to 380 in 6bb7c4d
|
Hmm, here I'm not seeing the confusing bit. Do you mean you'd like some indication of which loader will be in - which is a reference to the subsequent loader's hook.
+ which is a reference to the subsequent loader's hook (in LIFO order). |
I think that would help, maybe along with a link to |
link to chaining from hooks & mention LIFO
Co-authored-by: Geoffrey Booth <webadmin@geoffreybooth.com>
Co-authored-by: Geoffrey Booth <webadmin@geoffreybooth.com>
This comment was marked as resolved.
This comment was marked as resolved.
Landed in 2e2a848 |
PR-URL: #51884 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
PR-URL: #51884 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
PR-URL: #51884 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
PR-URL: nodejs#51884 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Closes #51876
Closes #51878