pub async fn parse_source_map_comment(
source: ResolvedVc<Box<dyn Source>>,
comments: Either<&ImmutableComments, &str>,
origin_path: &FileSystemPath,
) -> Result<Option<(ResolvedVc<Box<dyn GenerateSourceMap>>, Option<ResolvedVc<Box<dyn ModuleReference>>>)>>