fn default_emitter(
    sopts: &Options,
    registry: Registry,
    source_map: Lrc<SourceMap>,
    bundle: Option<Lrc<FluentBundle>>,
    fallback_bundle: LazyFallbackBundle,
    emitter_dest: Option<Box<dyn Write + Send>>
) -> Box<dyn Emitter + Send>