Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 571 Bytes

yarn.compiler.project.sourcefiles.md

File metadata and controls

25 lines (14 loc) · 571 Bytes

Project.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 .