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 multiple trees as input to Filter #175

Closed
wants to merge 3 commits into from

Commits on Dec 10, 2019

  1. Use inout/output feature from broccoli-plugin

    Using fs-merger
    1. Allow filter developers to reduce mergeTree or funneling entire array of trees to one tree and then pass it to filter
    2. Allows input array of trees as input.
    
    input/output :
    1. Provides good ergonomics and avoids appending the this.outputPath
    
    Test:
    1. Added additional tests to make sure that Filter can take more than one tree
    SparshithNR committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    bbe5f19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90f7ede View commit details
    Browse the repository at this point in the history
  3. use input.lstatSync

    SparshithNR committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    53b5ffa View commit details
    Browse the repository at this point in the history