Skip to main content

parse_library

Function parse_library 

Source
pub fn parse_library(
    handler: Handler,
    node_builder: &NodeBuilder,
    library_name: Symbol,
    source: &SourceFile,
    modules: &[Rc<SourceFile>],
    _network: NetworkName,
) -> Result<Library>
Expand description

Parses a complete library with its submodules into a Library AST.