Trait swc_ecma_ast::SpanExt

source ·
pub trait SpanExt: Spanned {
    // Provided methods
    fn is_synthesized(&self) -> bool { ... }
    fn starts_on_new_line(&self, format: ListFormat) -> bool { ... }
    fn comment_range(&self) -> Span { ... }
}

Provided Methods§

source

fn is_synthesized(&self) -> bool

source

fn starts_on_new_line(&self, format: ListFormat) -> bool

source

fn comment_range(&self) -> Span

Gets a custom text range to use when emitting comments.

Implementors§

source§

impl<T: Spanned> SpanExt for T