Trait swc_ecma_utils::IsDirective[][src]

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

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

Required methods

Provided methods

Implementations on Foreign Types

Implementors