Packages
Mix task that analyzes your xref graph to find modules causing excessive recompilation, and helps you fix them.
Current section
Files
Jump to
Current section
Files
lib/recompile_buster.ex
defmodule RecompileBuster do
@moduledoc """
Mix task that analyzes your xref graph to find modules causing excessive
recompilation, and helps you fix them.
See `Mix.Tasks.RecompileBuster` for usage.
"""
end