pub fn extract_source_mapping_url_from_content( file_content: &str, ) -> Option<&str>
Extracts the sourceMappingURL from raw file content. This searches for a comment at the end of the file (only followed by whitespace).