caffeine_lang/source_file
Types
A source file with its path and content. The path is retained for error messages and metadata extraction (org/team/service from directory structure).
pub type SourceFile {
SourceFile(path: String, content: String)
}
Constructors
-
SourceFile(path: String, content: String)