Last updated 4 months ago
Was this helpful?
Property in
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 , excluding those that are specified by .
Yarn.Compiler.Project.Matcher