Function swc_ecma_transforms_react::pure_annotations
source ยท pub fn pure_annotations<C>(comments: Option<C>) -> impl Fold + VisitMutwhere
C: Comments,
Expand description
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