parse_source_map_comment

Function parse_source_map_comment 

Source
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>>>)>>