Function swc_ecma_transforms_react::pure_annotations[][src]

pub fn pure_annotations<C>(comments: Option<C>) -> impl Fold where
    C: Comments

This pass adds a /*#PURE#/ annotation to calls to known pure top-level React methods, so that terser and other minifiers can safely remove them during dead code elimination. See https://reactjs.org/docs/react-api.html