biome_json_syntax 0.5.7

SyntaxKind and common rowan definitions for biome_json_parser
Documentation
1
2
3
4
5
6
7
8
9
#[rustfmt::skip]
pub(super) mod nodes;
#[rustfmt::skip]
pub mod macros;
#[macro_use]
pub mod kind;

pub use kind::*;
pub use nodes::*;