Struct swc_ecma_transforms::hygiene::Config [−][src]
pub struct Config {
pub keep_class_names: bool,
}Fields
keep_class_names: boolIf true, the hygiene pass will preserve class names.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Config
impl UnwindSafe for Config
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
