NoRedInk / elm-review-extract-api / Extract.API

rule : WithFlags -> Review.Rule.Rule

Discover all entrypoints, record the ports and flags they use, and collect their types.

To actually get to the information, elm-review must be used with --report=json --extract.


type WithFlags
    = WithFlags
    | WithoutFlags

Whether information about flags should be included in the extract.

If this information isn't used, it can be nice to exclude it, so there's less need to worry about running into pipe-buffer size limitations.