Deprecate autoInstallModules for externalModules.autoInstall

This commit is contained in:
Nick O'Leary
2020-12-23 22:05:58 +00:00
parent 9b1c114c3f
commit 3151502a3f
3 changed files with 27 additions and 9 deletions

View File

@@ -254,7 +254,8 @@ module.exports = {
* Update to internal list of available modules based on what has been actually
* loaded.
*
* The `autoInstallModules` runtime option means the runtime may try to install
* The `externalModules.autoInstall` (previously `autoInstallModules`)
* runtime option means the runtime may try to install
* missing modules after the initial load is complete. If that flag is not set
* this function is used to remove the modules from the registry's saved list.
* @function