You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working on updating my plugin for 0.16.2 and noticed that the tests were wholly failing.
It appears that the plugins attribute in the PluginHost is initialized to an empty array, which causes this check to pass, meaning discoverNpmPlugins never gets called.
Expected Behavior
Omitting the --plugin attribute will autoload any npm packages tagged typedocplugin
Actual Behavior
npm plugins are never loaded
Environment
Typedoc version: 0.16.2
Node.js version: 10.8
OS: macOS 10.15.2
The text was updated successfully, but these errors were encountered:
I was working on updating my plugin for 0.16.2 and noticed that the tests were wholly failing.
It appears that the
plugins
attribute in thePluginHost
is initialized to an empty array, which causes this check to pass, meaningdiscoverNpmPlugins
never gets called.Expected Behavior
Omitting the
--plugin
attribute will autoload any npm packages taggedtypedocplugin
Actual Behavior
npm plugins are never loaded
Environment
The text was updated successfully, but these errors were encountered: