dprint-swc-ecma-ast-view 0.56.0

View of the swc AST that's easier to navigate.
Documentation
mod comments;
mod custom;
mod source_file;
mod tokens;
mod types;

#[allow(clippy::all)]
#[rustfmt::skip]
mod generated;

pub use comments::CommentsIterator;
pub use custom::*;
pub use generated::*;
pub use source_file::*;
pub use types::*;

#[cfg(test)]
mod test_helpers;