class
compiler::FindSourceFiles
sys::Obj compiler::CompilerSupport compiler::CompilerStep compiler::FindSourceFiles
Search the module's source tree for all the fan source files and map them to SourceFile instances and store to Compiler.srcFiles. Also find all the resource files and map them to Compiler.resFiles. For right now, resource files are anything found in {srcDir}/res. Summary:
Compiler.srcDir/*.fan -> Compiler.srcFiles Compiler.srcDir/res/* -> Compiler.resFiles