Modules§
Structs§
- FsFile
Resolver - File resolver that reads from the real filesystem.
- Mock
File Resolver - In-memory file resolver for testing
- Preprocess
Failure - Returned on preprocessing failure: errors + the file registry (so the caller can still render diagnostics against original files).
- Preprocess
Result - Result of preprocessing: expanded source text + a source map for diagnostics
- Preprocessor
Error - A preprocessor error paired with its source origin.
Traits§
- File
Resolver - Trait for resolving
.includefile paths to their contents. Abstracted as a trait so tests can use an in-memory mock.
Functions§
- preprocess
- Run the full preprocessor pipeline: