We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ExportedHooks
1 parent c8b196a commit 1353fe7Copy full SHA for 1353fe7
graal-nodejs/lib/internal/modules/esm/hooks.js
@@ -72,6 +72,7 @@ let importMetaInitializer;
72
73
/**
74
* @typedef {object} ExportedHooks
75
+ * @property {Function} initialize Customizations setup hook.
76
* @property {Function} globalPreload Global preload hook.
77
* @property {Function} resolve Resolve hook.
78
* @property {Function} load Load hook.
0 commit comments