pub fn create_formatjs_visitor<C: Clone + Comments, S: SourceMapper>(
source_map: Arc<S>,
comments: C,
plugin_options: FormatJSPluginOptions,
filename: &str,
) -> FormatJSVisitor<C, S>pub fn create_formatjs_visitor<C: Clone + Comments, S: SourceMapper>(
source_map: Arc<S>,
comments: C,
plugin_options: FormatJSPluginOptions,
filename: &str,
) -> FormatJSVisitor<C, S>