biome_js_factory 0.5.7

Utilities to create JavaScript AST for biome_js_parser
Documentation
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;