Function compile

Source
pub fn compile(
    entry_path: &Path,
    entry_file_type: FileType,
    relative_path: &Path,
    relative_path_components: Vec<&str>,
    file_sink: &mut FileSink,
) -> Result<()>