For the complete documentation index, see llms.txt. This page is also available as Markdown.

SourceFiles

Property in Project

Summary

Gets the collection of Yarn files that should be used to compile the project.

public IEnumerable<string> SourceFiles { get; }

Remarks

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?