| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
|
resolve() hook chain node/lib/internal/modules/esm/hooks.js Line 204 in 0281e2c load() hook chain node/lib/internal/modules/esm/hooks.js Line 335 in 0281e2c |
Sorry, something went wrong.
PR-URL: #53349 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs#53349 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #53349 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
| Back | FazBrowse Home | New Git URL |
If I assume correcly, the shortCircuit parameter returned by a load hook actually terminates the load chain, and this is possibly a copy-paste error from the similar description at the resolve hook. Also, the specifier term is specific to the resolve phase if I understand correctly, and the load phase passes around url parameters instead.