1 2 3 4 5 6
#[rustfmt::skip] pub(super) mod syntax_factory; #[rustfmt::skip] pub(crate) mod node_factory; pub use syntax_factory::JsSyntaxFactory;