Skip to main content

migrate_file

Function migrate_file 

Source
pub fn migrate_file(
    source: &str,
    module_name: &str,
    file_path: &Path,
    type_context: &mut TypeIntrospectionContext,
    all_replacements: HashMap<String, ReplaceInfo>,
    dependency_inheritance_map: HashMap<String, Vec<String>>,
) -> Result<String>