swc_ecma_preset_env

Function preset_env

source
pub fn preset_env<C>(
    global_mark: Mark,
    comments: Option<C>,
    c: Config,
    assumptions: Assumptions,
    feature_set: &mut FeatureFlag,
) -> impl Fold
where C: Comments + Clone,