Skip to main content

parse_pnpm_workspace_str

Function parse_pnpm_workspace_str 

Source
pub fn parse_pnpm_workspace_str(
    content: &str,
) -> Option<(Vec<String>, Vec<String>)>
Expand description

Version of parse_pnpm_workspace that takes the file contents directly. Exposed for tests.