pub fn common_js<C>(
    unresolved_mark: Mark,
    config: Config,
    available_features: FeatureFlag,
    comments: Option<C>
) -> impl Fold + VisitMut where
    C: Comments
Available on crate feature __transforms only.