Struct ratel::transformer::Settings [] [src]

pub struct Settings {
    pub transform_block_scope: bool,
    pub transform_arrow: bool,
    pub transform_object: bool,
    pub transform_default_parameters: bool,
    pub transform_exponentation: bool,
    pub transform_class_properties: bool,
    pub transform_class: bool,
    pub transform_template_strings: bool,
}

Fields

Methods

impl Settings
[src]