etherpad-lite/src/static/js/pluginfw
Richard Hansen 0aad3b74da pluginfw: Improve rendering of hook list
There are two main benefits:
  * HTML is no longer printed in the startup debug logs.
  * `require()` is no longer called on client-side files. This
    eliminates "Failed to load <file> for <plugin>: ReferenceError:
    window is not defined" errors when users visit
    `/admin/plugins/info`.
2021-03-03 11:19:37 +00:00
..
client_plugins.js fix for caching plugin-definitions 2021-02-21 14:31:15 +00:00
hooks.js restructure: Prefix bin/ and tests/ with src/ 2021-02-05 21:52:08 +00:00
installer.js tests: Pass --legacy-peer-deps flag to work around npm v7 bug 2021-02-22 03:36:12 -05:00
plugin_defs.js plugins: Use npm ls to list the installed plugins 2021-02-09 22:18:35 +00:00
plugins.js pluginfw: Improve rendering of hook list 2021-03-03 11:19:37 +00:00
shared.js pluginfw: Improve hook function load error message 2021-03-03 11:19:37 +00:00
tsort.js Lgtm bugfixes (#4838) 2021-02-22 08:26:35 +00:00