Still.Compiler.Incremental.Node.Compile (Still v0.8.0) View Source
Compiles a file.
At first, attempts a pass-through copy. If it doesn't apply, and the file should not be ignored, it is run through its preprocessor chain.
This module is used both to compile and to compile the metadata. The
difference between the two is the :run_type
set in the Elixir.Still.SourceFile.
Each preprocessor will then adapt accordingly.