pub async fn extract_source_map(
fs: Arc<dyn ReadableFileSystem>,
input: &str,
resource_path: &str,
) -> Result<ExtractSourceMapResult, String>Expand description
Extract source map from code content
pub async fn extract_source_map(
fs: Arc<dyn ReadableFileSystem>,
input: &str,
resource_path: &str,
) -> Result<ExtractSourceMapResult, String>Extract source map from code content