Exograph.Extractor.ExAST (exograph v0.8.0)

Copy Markdown View Source

Extracts ExAST-backed structural fragments from Elixir source files.

Summary

Functions

index_file(file, opts \\ [])

@spec index_file(
  String.t(),
  keyword()
) :: [Exograph.Fragment.t()]

index_paths(paths, opts \\ [])

index_source(file, source, opts \\ [])

stream_paths(paths, opts \\ [])

stream_sources(sources, opts \\ [])