Mix.Task.Compiler.run
You're seeing just the callback
run
, go back to Mix.Task.Compiler module for more information.
Specs
run([binary()]) :: status() | {status(), [Mix.Task.Compiler.Diagnostic.t()]}
Receives command-line arguments and performs compilation. If it produces errors, warnings, or any other diagnostic information, it should return a tuple with the status and a list of diagnostics.