pub type FileId = usize;Expand description
A source file’s index within a SymbolTable. 0 is always the main
script; imported libraries get the ids that follow.
pub type FileId = usize;A source file’s index within a SymbolTable. 0 is always the main
script; imported libraries get the ids that follow.