Expand description
The fs source: a .gitignore-aware filesystem walk that yields one
SourceFile per file under the graph root.
Structs§
- Source
File - A file delivered by a source: its graph-relative path and, when read, its raw bytes.
Functions§
- walk
- Walk the tree under
root, honoring.gitignoreand theignoreglobs, yielding oneSourceFileper file. Paths are relative toroot, sorted.