-
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract plugin handling in a
PluginRegistry
class independent of th…
…e `Application` (#703) * Refactor the plugin registry out of the application * Start test for PluginRegistry * Add new tests * Add test for `PluginRegistry.application` * Minor tweaks * Update API and lint * Switch from allowed/blocked list to validate function for plugins * Update API and lint * Move PluginRegistry in coreutils * Update packages/coreutils/src/plugins.ts Co-authored-by: Nicolas Brichet <[email protected]> * Update api --------- Co-authored-by: Frédéric Collonval <[email protected]> Co-authored-by: Nicolas Brichet <[email protected]>
- Loading branch information
1 parent
f26c85a
commit 63a0e8d
Showing
11 changed files
with
1,757 additions
and
604 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.