pub fn parse_file_standalone(
    src: Arc<str>,
    path: Option<Arc<PathBuf>>
) -> Result<Module, ParseFileErrorStandalone>