Lines Matching refs:list
3 A FileList is a lazy-evaluated list of files. When given a list
5 list, instead of searching the file structures to find the files,
12 are resolved into a real list of file names.
16 Add files to the list with the `include` method. You can add glob
19 an actual list of files.
56 will be resolved to the full list of files, and the method will
62 property) which returns the number of actual files in the list
67 `include`: Add a filename/glob/regex to the list
71 `resolve`: Resolve the items in the FileList to the full list of
75 `toArray`: Immediately resolves the list of items, and returns an
79 before resolving the list.
81 `clearExclusions`: Clears the list of exclusions rules.