[][src]Trait swc_ecma_transforms::util::IsDirective

pub trait IsDirective {
    pub fn as_ref(&self) -> Option<&Stmt>;

    pub fn is_use_strict(&self) -> bool { ... }
}

Required methods

pub fn as_ref(&self) -> Option<&Stmt>[src]

Loading content...

Provided methods

pub fn is_use_strict(&self) -> bool[src]

Loading content...

Implementations on Foreign Types

impl IsDirective for Stmt[src]

Loading content...

Implementors

Loading content...