IBM / report-toolkit

A toolkit for consumers of Node.js diagnostic Reports
https://ibm.github.io/report-toolkit
Other
84 stars 10 forks source link

disallow filter transform with diff #79

Closed boneskull closed 4 years ago

boneskull commented 4 years ago

The result of a diff is a list of diff objects.

The filter transform is intended for including/excluding specific fields. diff already has e.g., --includeProp to control which fields are compared -- which directly affects the output. The best you could do with filter is to remove items from the list based on their index, which is basically useless.