Skip to content

Commit 1353fe7

Browse files
committed
typings: fix missing property in ExportedHooks
PR-URL: nodejs/node#49567 Backport-PR-URL: nodejs/node#50669 Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent c8b196a commit 1353fe7

File tree

1 file changed

+1
-0
lines changed
  • graal-nodejs/lib/internal/modules/esm

1 file changed

+1
-0
lines changed

graal-nodejs/lib/internal/modules/esm/hooks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ let importMetaInitializer;
7272

7373
/**
7474
* @typedef {object} ExportedHooks
75+
* @property {Function} initialize Customizations setup hook.
7576
* @property {Function} globalPreload Global preload hook.
7677
* @property {Function} resolve Resolve hook.
7778
* @property {Function} load Load hook.

0 commit comments

Comments
 (0)