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

Export the Reporter API #123

Merged
merged 1 commit into from
Mar 12, 2019
Merged

Export the Reporter API #123

merged 1 commit into from
Mar 12, 2019

Commits on Mar 12, 2019

  1. Export the Reporter API

    The Reporter option allows users to hook in their own custom reporters
    to programatically interpret the diff structure.
    
    The Reporter API uses a push/pop mechanism, which is strictly more powerful
    than an API that only calls report on leaf nodes.
    The Reporter.Report method takes in a Result type to provide flexibility in
    what properties can be reported in the future since new properties can be added,
    but new methods cannot be easily added to the reporter interface.
    dsnet committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    3c38db6 View commit details
    Browse the repository at this point in the history