new ABasePlugin(application: Application, pluginFilename: string): ABasePlugin
Instanciate a new instance of the base plugin. The package.json file will be read to obtain the plugin name & the TypeDoc compatible range.
Logs a warning if the current TypeDoc version is not compatible.
Parameters
application: Application
The application instance.
pluginFilename: string
The actual plugin file name. Used to lookup the package.json file.
Instanciate a new instance of the base plugin. The
package.json
file will be read to obtain the plugin name & the TypeDoc compatible range. Logs a warning if the current TypeDoc version is not compatible.