Skip to content

Commit

Permalink
typings: fix missing property in ExportedHooks
Browse files Browse the repository at this point in the history
PR-URL: #49567
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
  • Loading branch information
aduh95 authored and ruyadorno committed Sep 28, 2023
1 parent be48267 commit ac06607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/modules/esm/hooks.js
Expand Up @@ -73,6 +73,7 @@ let importMetaInitializer;

/**
* @typedef {object} ExportedHooks
* @property {Function} initialize Customizations setup hook.
* @property {Function} globalPreload Global preload hook.
* @property {Function} resolve Resolve hook.
* @property {Function} load Load hook.
Expand Down

0 comments on commit ac06607

Please sign in to comment.