Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow plugin system to accept arrays of plugins and validate them as a batch #3158

Merged
merged 1 commit into from
Jun 25, 2020

Conversation

cbeer
Copy link
Collaborator

@cbeer cbeer commented Jun 25, 2020

This codifies a pattern we've been using in some projects that want to inject multiple Mirador plugins into the application (currently just using the ... operator).

@codecov-commenter
Copy link

codecov-commenter commented Jun 25, 2020

Codecov Report

Merging #3158 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3158      +/-   ##
==========================================
+ Coverage   90.76%   90.77%   +0.01%     
==========================================
  Files         186      186              
  Lines        3097     3101       +4     
==========================================
+ Hits         2811     2815       +4     
  Misses        286      286              
Impacted Files Coverage Δ
src/extend/pluginPreprocessing.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7193bd0...e39f456. Read the comment docs.

@mejackreed mejackreed merged commit 15e89ba into master Jun 25, 2020
@mejackreed mejackreed deleted the pluginArrays branch June 25, 2020 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants