swc_ecma_transforms_module::amd

Function amd

source
pub fn amd<C>(
    resolver: Resolver,
    unresolved_mark: Mark,
    config: Config,
    available_features: FeatureFlag,
    comments: Option<C>,
) -> impl Pass
where C: Comments,