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

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

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

Required methods

fn as_ref(&self) -> Option<&Stmt>

Loading content...

Provided methods

fn is_use_strict(&self) -> bool

Loading content...

Implementations on Foreign Types

impl IsDirective for Stmt[src]

Loading content...

Implementors

Loading content...