Trait swc_ecma_utils::IsDirective[][src]

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

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

Required methods

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

Loading content...

Provided methods

Loading content...

Implementations on Foreign Types

impl IsDirective for Stmt[src]

Loading content...

Implementors

Loading content...