Function sway_parse::parse_file

source ยท
pub fn parse_file(
    handler: &Handler,
    src: Arc<str>,
    source_id: Option<SourceId>,
) -> Result<Annotated<Module>, ErrorEmitted>