pub fn parse_source(source: &str) -> ParsedSourceExpand description
TypeScript parseSource: delegate to the shared resolver parser so install
paths and identities match PackagePathResolver exactly.
This is a free function (not an associated function on PackageManager)
so callers do not have to fix the Runner type parameter.