Trait swc_ecma_utils::IsDirective
source · [−]pub trait IsDirective {
fn as_ref(&self) -> Option<&Stmt>;
fn is_use_strict(&self) -> bool { ... }
}
Required Methods
Provided Methods
source
pub trait IsDirective {
fn as_ref(&self) -> Option<&Stmt>;
fn is_use_strict(&self) -> bool { ... }
}