SourceFiles
Last updated
Was this helpful?
Property in Project
Gets the collection of Yarn files that should be used to compile the project.
public IEnumerable<string> SourceFiles { get; }This collection uses a Yarn.Compiler.Project.Matcher to find all files specified by SourceFilePatterns , excluding those that are specified by ExcludeFilePatterns .
Last updated
Was this helpful?
Was this helpful?
